Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
nk20
Commits
eaa9b78d
Unverified
Commit
eaa9b78d
authored
Jul 08, 2019
by
erdnaxe
🦋
Browse files
Demo
parent
c32dab80
Pipeline
#7604
passed with stage
in 2 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
note_kfet/settings_local.example.py
0 → 100644
View file @
eaa9b78d
# Obligatoire, liste des host autorisés
ALLOWED_HOSTS
=
[
'127.0.0.1'
]
# Emails
EMAIL_BACKEND
=
'django.core.mail.backends.console.EmailBackend'
# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
# EMAIL_USE_SSL = False
# EMAIL_HOST = 'smtp.example.org'
# EMAIL_PORT = 25
# EMAIL_HOST_USER = 'change_me'
# EMAIL_HOST_PASSWORD = 'change_me'
SERVER_EMAIL
=
'no-reply@example.org'
# Security settings
SECURE_CONTENT_TYPE_NOSNIFF
=
False
SECURE_BROWSER_XSS_FILTER
=
False
SESSION_COOKIE_SECURE
=
False
CSRF_COOKIE_SECURE
=
False
CSRF_COOKIE_HTTPONLY
=
False
X_FRAME_OPTIONS
=
'DENY'
SESSION_COOKIE_AGE
=
60
*
60
*
3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment