Skip to content

Commit 3711a30

Browse files
committed
chore: rename to dev db
1 parent 7d6078e commit 3711a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/bitmatch/bitmatch/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
DATABASES = {
125125
"default": {
126126
"ENGINE": "django.db.backends.postgresql",
127-
"NAME": "bitmatchdjangodb",
127+
"NAME": "djangoapp",
128128
"USER": os.getenv("DB_USER"),
129129
"PASSWORD": os.getenv("DB_PASSWORD"),
130130
"HOST": os.getenv("DB_HOST"),

0 commit comments

Comments
 (0)