summaryrefslogtreecommitdiff
path: root/sbhs_server/credentials.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'sbhs_server/credentials.py.example')
-rw-r--r--sbhs_server/credentials.py.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbhs_server/credentials.py.example b/sbhs_server/credentials.py.example
index 9f6ec5f..255bbae 100644
--- a/sbhs_server/credentials.py.example
+++ b/sbhs_server/credentials.py.example
@@ -2,4 +2,5 @@ PROJECT_SECRET_KEY = 'your django project secret key'
EMAIL_HOST_USER = 'username'
EMAIL_HOST_PASSWORD = 'password'
MAP_FILE = 'path/to/file/map_machine_ids.txt'
-LOG_FILE = '/path/to/logfile' \ No newline at end of file
+LOG_FILE = '/path/to/logfile'
+ADMIN_EMAIL='admin email' \ No newline at end of file