summaryrefslogtreecommitdiff
path: root/sbhs_server/credentials.py.example
diff options
context:
space:
mode:
authorcoderick142017-05-23 17:34:13 +0530
committercoderick142017-05-23 17:34:13 +0530
commit9a1614dfa9cd3df20710a2c36ee07ec8a988588b (patch)
treefe3eb9c07004893d4e5354e981504c4c38a1cec6 /sbhs_server/credentials.py.example
parent1fa3368b4662163e6652d5524a0c75bd836705f9 (diff)
downloadSBHS-2018-Rpi-9a1614dfa9cd3df20710a2c36ee07ec8a988588b.tar.gz
SBHS-2018-Rpi-9a1614dfa9cd3df20710a2c36ee07ec8a988588b.tar.bz2
SBHS-2018-Rpi-9a1614dfa9cd3df20710a2c36ee07ec8a988588b.zip
Add script for server monitoring
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