fix: django secret leak
This commit is contained in:
4
.env.example
Normal file
4
.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
CELERY_BROKER_URL='redis://redis:6379/0'
|
||||
CELERY_RESULT_BACKEND='redis://redis:6379/0'
|
||||
DJANGO_DEBUG='True'
|
||||
DJANGO_SECRET_KEY='changeme'
|
||||
Reference in New Issue
Block a user