-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refinement of common module and notification system
Improvements and adjustments to the common module and notification system. This includes minor bug fixes, code optimizations, and architectural improvements to enhance performance and maintainability.
- Loading branch information
Showing
13 changed files
with
637 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,13 @@ ALLOWED_HOST= | |
CSRF_TRUSTED_ORIGINS= | ||
|
||
# DJANGO EMAIL Configuration | ||
EMAIL_FROM=[email protected] | ||
SMTP_SERVER=localhost | ||
EMAIL_FROM= | ||
SMTP_SERVER= | ||
EMAIL_PORT=25 | ||
EMAIL_USE_TLS=False | ||
EMAIL_USE_SSL=False | ||
EMAIL_HOST_USER= | ||
EMAIL_HOST_PASSWORD= | ||
WATCHER_URL=https://example.watcher.local | ||
WATCHER_LOGO=https://raw.githubusercontent.com/thalesgroup-cert/Watcher/master/Watcher/static/Watcher-logo-simple.png | ||
EMAIL_SUBJECT_TAG_SITE_MONITORING=INCIDENT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.