use a more verbose db hostname
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
0a166c16c3
commit
f962b2ede0
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ data:
|
||||||
import constants
|
import constants
|
||||||
import os
|
import os
|
||||||
|
|
||||||
SQLALCHEMY_DATABASE_URI = "postgres://{{modernpaste_stg_db_user}}:{{modernpaste_stg_db_password}}@db01/modernpaste"
|
SQLALCHEMY_DATABASE_URI = "postgres://{{modernpaste_stg_db_user}}:{{modernpaste_stg_db_password}}@db01.stg.phx2.fedoraproject.org/modernpaste"
|
||||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||||
SECRET_KEY = config.FLASK_SECRET_KEY
|
SECRET_KEY = config.FLASK_SECRET_KEY
|
||||||
config.py: |-
|
config.py: |-
|
||||||
|
|
|
@ -7,4 +7,4 @@ metadata:
|
||||||
stringData:
|
stringData:
|
||||||
encryption-key: "{{modernpaste_stg_encryption_key}}"
|
encryption-key: "{{modernpaste_stg_encryption_key}}"
|
||||||
session-key: "{{modernpaste_stg_session_key}}"
|
session-key: "{{modernpaste_stg_session_key}}"
|
||||||
database-uri: "postgres://{{modernpaste_stg_db_user}}:{{modernpaste_stg_db_password}}@db01/modernpaste"
|
database-uri: "postgres://{{modernpaste_stg_db_user}}:{{modernpaste_stg_db_password}}@db01.stg.phx2.fedoraproject.org/modernpaste"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue