Make sure that secrets would work on aws
This commit is contained in:
parent
cbde083ad6
commit
078d6974bd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import os
|
|||
|
||||
|
||||
if os.environ.get('AWS_ENV') == 'prd' or os.environ.get('AWS_ENV') == 'dev':
|
||||
host = os.environ.get('POSTGRES_PROD_HOST')
|
||||
host = os.environ.get('POSTGRES_HOST')
|
||||
username = os.environ.get('POSTGRES_USER')
|
||||
password = os.environ.get('POSTGRES_PASSWORD')
|
||||
database_name = os.environ.get('POSTGRES_DB')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue