Skip to content

Commit 5ef37c7

Browse files
committed
Remove email settings (resolves #948)
1 parent 37705d8 commit 5ef37c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deploy/docker/settings-deploy.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,6 @@
203203
USE_L10N = False
204204
USE_TZ = False
205205

206-
# %% Email configuration
207-
EMAIL_HOST = 'mail.superserver.net'
208-
EMAIL_HOST_USER = '[email protected]'
209-
EMAIL_HOST_PASSWORD = 'UnbreakablePassword'
210-
EMAIL_PORT = 587
211-
EMAIL_USE_TLS = True
212-
213206
STATIC_ROOT = BASE_DIR.joinpath('static') # /var/www/alyx/alyx/static
214207
STATIC_URL = '/static/'
215208

0 commit comments

Comments
 (0)