Skip to content

Commit

Permalink
fix secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-sc committed Sep 15, 2024
1 parent ab5ac6f commit 4ba77f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apecs/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


# SECURITY WARNING: keep the secret key used in production secret!
get_env_read_file("DJANGO_SECRET_KEY")
SECRET_KEY = get_env_read_file("DJANGO_SECRET_KEY")

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = get_env_read_file("DJANGO_DEBUG", default=False)
Expand Down

0 comments on commit 4ba77f3

Please sign in to comment.