We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c362ff7 commit c25830cCopy full SHA for c25830c
tests/settings.py
@@ -84,8 +84,8 @@
84
"default": {
85
"ENGINE": "django.db.backends.postgresql",
86
"NAME": "debug_toolbar",
87
- "USER": "root",
88
- "PASSWORD": "debug_toolbar",
+ "USER": "postgres",
+ "PASSWORD": "postgres",
89
"HOST": "localhost",
90
"PORT": os.environ.get("POSTGRES_PORT", ""),
91
}
@@ -95,8 +95,8 @@
95
96
"ENGINE": "django.db.backends.mysql",
97
98
- "USER": "postgres",
99
- "PASSWORD": "postgres",
+ "USER": "root",
+ "PASSWORD": "debug_toolbar",
100
101
"PORT": os.environ.get("MYSQL_PORT", ""),
102
0 commit comments