7 lines
228 B
Bash
7 lines
228 B
Bash
# SECURITY WARNING: don't run with debug turned on in production!
|
|
DEBUG=True
|
|
|
|
# SECURITY WARNING: keep the secret key used in production secret!
|
|
SECRET_KEY='7ccxjje%q@@0*z+r&-$fy3(rj9n)%$!sk-k++-&rb=_u(wpjbe'
|
|
|
|
ALLOWED_HOSTS="*"
|