stop using os secrets here
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
af929e8fcd
commit
0a166c16c3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ data:
|
|||
import constants
|
||||
import os
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = os.environ.get('DATABASE_URI')
|
||||
SQLALCHEMY_DATABASE_URI = "postgres://{{modernpaste_stg_db_user}}:{{modernpaste_stg_db_password}}@db01/modernpaste"
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
SECRET_KEY = config.FLASK_SECRET_KEY
|
||||
config.py: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue