Fixes to create db script
This commit is contained in:
parent
1d90f1184b
commit
423e0d508b
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class Config:
|
|||
or os.getenv("AWS_ENV") == "dev"
|
||||
or os.getenv("AWS_ENV") == "prd"
|
||||
):
|
||||
load_dotenv()
|
||||
logging.info("graph_db_url: %s", os.getenv("GRAPH_DB_URL_PROD"))
|
||||
graph_database_url: str = os.getenv("GRAPH_DB_URL_PROD")
|
||||
graph_database_username: str = os.getenv("GRAPH_DB_USER")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue