Skip to content

Commit

Permalink
Added c2g-db
Browse files Browse the repository at this point in the history
  • Loading branch information
SudhaUKumar committed Nov 3, 2023
1 parent 8db3fe2 commit 2efada7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@
DATABASES = {
"default": env.dj_db_url(
"DATABASE_URL", default="postgres://postgres:[email protected]/backend"
),
"c2g-db": env.dj_db_url(
"DATABASE_URL_C2G_DB", default="postgres://postgres:[email protected]/c2g-db"
),
}

Expand Down

0 comments on commit 2efada7

Please sign in to comment.