Skip to content

Commit 24e98d0

Browse files
authored
fix: Replace default secret key with placeholder
This makes it clear that the field is unused and should be overridden.
1 parent b23883f commit 24e98d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xqueue/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
MEDIA_URL = ''
9494

9595
# Make this unique, and don't share it with anybody.
96-
SECRET_KEY = 'uofqkujp@z#_vtwct+v716z+^3hijelj1^fkydwo2^pbkxghfq'
96+
SECRET_KEY = '[PLACEHOLDER]'
9797

9898
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
9999

0 commit comments

Comments
 (0)