Skip to content

Commit

Permalink
change db name
Browse files Browse the repository at this point in the history
  • Loading branch information
asp345 committed Jan 18, 2025
1 parent 0c6ee9c commit a92e9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wemade_2024_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "wemade_2024",
"NAME": "wemade-2024-server-database",
"USER": os.environ.get("DB_USER"),
"PASSWORD": os.environ.get("DB_PASSWORD"),
"HOST": os.environ.get("DB_HOST"),
Expand Down

0 comments on commit a92e9c2

Please sign in to comment.