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 eab8f35 commit 96652e7Copy full SHA for 96652e7
{{ cookiecutter.project_slug }}/.env.example
@@ -1,4 +1,3 @@
1
COMPOSE_PROJECT_NAME={{ cookiecutter.project_slug }}
2
-GIT_SHA=foobarxyz
3
# FILL THESE IN:
4
# SENTRY_DSN=
{{ cookiecutter.project_slug }}/server/.env
@@ -3,3 +3,4 @@ DJANGO_ALLOWED_HOSTS=localhost,server
DJANGO_CORS_ORIGIN_WHITELIST=http://localhost:8080,http://client:8080
DJANGO_TRUSTED_ORIGINS=http://localhost:8080,http://client:8080
5
REDIS_URL=redis://redis:6379/0
6
+GIT_SHA=foobarxyz
0 commit comments