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
Håvard Farestveit
tdt4242-base
Commits
faadc71b
Commit
faadc71b
authored
Apr 15, 2021
by
olavhdi
Browse files
#28
pylint secfit
parent
dcbea426
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/secfit/secfit/settings.py
View file @
faadc71b
...
...
@@ -20,7 +20,9 @@ groupid = os.environ.get("GROUPID", "0")
# Email configuration
# The host must be running within NTNU's VPN (vpn.ntnu.no) to allow this config
# Usage: https://docs.djangoproject.com/en/3.1/topics/email/#obtaining-an-instance-of-an-email-backend
# Usage:
# https://docs.djangoproject.com/en/3.1/topics/email/#obtaining-an-instance-of-an-email-backend
EMAIL_BACKEND
=
"django.core.mail.backends.smtp.EmailBackend"
EMAIL_HOST
=
"mx.ntnu.no"
EMAIL_USE_TLS
=
False
...
...
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