Skip to content

Commit c25830c

Browse files
committed
Fix settings again.
1 parent c362ff7 commit c25830c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"default": {
8585
"ENGINE": "django.db.backends.postgresql",
8686
"NAME": "debug_toolbar",
87-
"USER": "root",
88-
"PASSWORD": "debug_toolbar",
87+
"USER": "postgres",
88+
"PASSWORD": "postgres",
8989
"HOST": "localhost",
9090
"PORT": os.environ.get("POSTGRES_PORT", ""),
9191
}
@@ -95,8 +95,8 @@
9595
"default": {
9696
"ENGINE": "django.db.backends.mysql",
9797
"NAME": "debug_toolbar",
98-
"USER": "postgres",
99-
"PASSWORD": "postgres",
98+
"USER": "root",
99+
"PASSWORD": "debug_toolbar",
100100
"HOST": "localhost",
101101
"PORT": os.environ.get("MYSQL_PORT", ""),
102102
}

0 commit comments

Comments
 (0)