Skip to content

Commit d2c2038

Browse files
committed
fix dummy_settings
1 parent 0f22fa2 commit d2c2038

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shared/django_apps/dummy_settings.py

+8
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@
9191
"HOST": "timescale",
9292
"PORT": 5432,
9393
},
94+
"test_analytics": {
95+
"ENGINE": "psqlextra.backend",
96+
"NAME": "test_analytics",
97+
"USER": "postgres",
98+
"PASSWORD": "postgres",
99+
"HOST": "postgres",
100+
"PORT": 5432,
101+
},
94102
}
95103

96104
# Password validation

0 commit comments

Comments
 (0)