mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 09:33:44 +00:00
Merge aca3c764c7
into 18f59bdb09
This commit is contained in:
commit
b765768609
@ -29,7 +29,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|||||||
|
|
||||||
# SECURITY WARNING: keep the secret key used in production secret!
|
# SECURITY WARNING: keep the secret key used in production secret!
|
||||||
SECRET_KEY = env('SECRET_KEY',
|
SECRET_KEY = env('SECRET_KEY',
|
||||||
'h8+mu_iy6%5j%7+hp**+gsq$nmy!!mjd8z_qkd94@z!%9%!+qn')
|
'django-insecure-h8+mu_iy6%5j%7+hp**+gsq$nmy!!mjd8z_qkd94@z!%9%!+qn')
|
||||||
|
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = env.bool('DEBUG', True)
|
DEBUG = env.bool('DEBUG', True)
|
||||||
|
Loading…
Reference in New Issue
Block a user