From 1e9544eafb3f2d1ef365deb190b176b92ec4dcb5 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 29 Nov 2023 11:27:16 +0000 Subject: [PATCH] Add dummy secret key --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index d0ef80f..139af64 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,6 +31,7 @@ services: DJANGO_ALLOWED_HOSTS: "*" # Change this in production ALLOW_ADMIN_INITIATION_VIA_CLI: "true" # Change this in production FLAGSMITH_DOMAIN: "localhost:8000" # Change this in production + DJANGO_SECRET_KEY: "secret" # Change this in production # PREVENT_SIGNUP: "true" # Uncomment to prevent additional signups # ENABLE_ADMIN_ACCESS_USER_PASS: "true" # set to "true" to enable access to the /admin/ Django backend via your username and password # ALLOW_REGISTRATION_WITHOUT_INVITE: "true"