We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95796d7 + 2827df2 commit 36f87a7Copy full SHA for 36f87a7
1 file changed
rootfs/templates/local_settings.py
@@ -15,6 +15,8 @@
15
with open('/var/run/secrets/deis/database/creds/password') as f:
16
DATABASES['default']['PASSWORD'] = f.read().strip()
17
18
+DATABASES['default']['NAME'] = DATABASES['default']['USER']
19
+
20
# scheduler settings
21
SCHEDULER_MODULE = 'scheduler'
22
SCHEDULER_URL = "https://{}:{}".format(
0 commit comments