Skip to content

Commit 96652e7

Browse files
committed
Move git sha to proper .env file
1 parent eab8f35 commit 96652e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
COMPOSE_PROJECT_NAME={{ cookiecutter.project_slug }}
2-
GIT_SHA=foobarxyz
32
# FILL THESE IN:
43
# SENTRY_DSN=

{{ cookiecutter.project_slug }}/server/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ DJANGO_ALLOWED_HOSTS=localhost,server
33
DJANGO_CORS_ORIGIN_WHITELIST=http://localhost:8080,http://client:8080
44
DJANGO_TRUSTED_ORIGINS=http://localhost:8080,http://client:8080
55
REDIS_URL=redis://redis:6379/0
6+
GIT_SHA=foobarxyz

0 commit comments

Comments
 (0)