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 866f750 commit d92eea4Copy full SHA for d92eea4
.github/secret_scanning/allowlist.yaml
@@ -0,0 +1,4 @@
1
+---
2
+allowlist:
3
+ - 'DJANGO_SECRET_KEY: soveryverysecret'
4
+ - 'DJANGO_SUPERUSER_PASSWORD: lloyd'
docker-compose.yml
@@ -20,6 +20,10 @@ services:
20
environment:
21
DATABASE_URL: postgres://wagtail:development@postgres:5432/alloydflanagan
22
DJANGO_SETTINGS_MODULE: alloydflanagan.settings.dev
23
+ DJANGO_SECRET_KEY: soveryverysecret
24
+ DJANGO_SUPERUSER_EMAIL: [email protected]
25
+ DJANGO_SUPERUSER_PASSWORD: lloyd
26
+ DJANGO_SUPERUSER_USERNAME: lloyd
27
ports:
28
- "8080:8080"
29
0 commit comments