Skip to content

Commit d92eea4

Browse files
committed
Add test values for environment vars, tell secret scanning to ignore them.
1 parent 866f750 commit d92eea4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
allowlist:
3+
- 'DJANGO_SECRET_KEY: soveryverysecret'
4+
- 'DJANGO_SUPERUSER_PASSWORD: lloyd'

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ services:
2020
environment:
2121
DATABASE_URL: postgres://wagtail:development@postgres:5432/alloydflanagan
2222
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
2327
ports:
2428
- "8080:8080"
2529

0 commit comments

Comments
 (0)