Skip to content

Commit

Permalink
Change Django secret key to make it more obvious it's a shim value (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Dec 5, 2023
1 parent 6102985 commit cfdfd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/env.docker
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PYTHONUNBUFFERED=0

DJANGO_SETTINGS_MODULE=conf.settings
DJANGO_SECRET_KEY="ny#b__$$f6ry4wy8oxre97&-68u_0lk3gw(z=d40_dxey3zw0v1"
DJANGO_SECRET_KEY=example_key
DJANGO_DEBUG_ENABLED=True

BASE_URL=http://localhost:50280/
Expand Down
2 changes: 1 addition & 1 deletion api/env.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PYTHONUNBUFFERED=0

DJANGO_SETTINGS_MODULE=conf.settings
DJANGO_SECRET_KEY="ny#b__$$f6ry4wy8oxre97&-68u_0lk3gw(z=d40_dxey3zw0v1"
DJANGO_SECRET_KEY=example_key
DJANGO_DEBUG_ENABLED=True

BASE_URL=http://localhost:50280/
Expand Down

0 comments on commit cfdfd43

Please sign in to comment.