Optimize the cognitive function a bit
This commit is contained in:
parent
42ca604b25
commit
f7d2dd4390
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Config:
|
|||
if os.getenv('ENV') == 'prod' or os.getenv('ENV') == 'dev' or os.getenv('AWS_ENV') == 'dev' or os.getenv('AWS_ENV') == 'prd':
|
||||
graph_database_url: str = os.getenv('GRAPH_DB_URL_PROD')
|
||||
graph_database_username: str = os.getenv('GRAPH_DB_USER')
|
||||
graph_database_password: str = os.getenv('GRAPH_DB_PW_PROD')
|
||||
graph_database_password: str = os.getenv('GRAPH_DB_PW')
|
||||
else:
|
||||
graph_database_url: str = os.getenv('GRAPH_DB_URL')
|
||||
graph_database_username: str = os.getenv('GRAPH_DB_USER')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue