Skip to content

Commit

Permalink
Updated RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravind-psiog committed Mar 25, 2022
1 parent 40d2a7a commit 53f4039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from configs.loadconfigs import read_config

# SQLALCHEMY_DATABASE_URL = "sqlite:///./sql_app.db"
SQLALCHEMY_DATABASE_URL = read_config()["APP"]["RDS_DATABASE"]
SQLALCHEMY_DATABASE_URL = read_config()["APP"]["DATABASE"]


engine = create_engine(
Expand Down

0 comments on commit 53f4039

Please sign in to comment.