diff options
author | coderick14 | 2017-05-23 17:34:13 +0530 |
---|---|---|
committer | coderick14 | 2017-05-23 17:34:13 +0530 |
commit | 1608f74e480974b709771a2c827834c973ce04f5 (patch) | |
tree | 2ceda57dabfa3df045fc943f71fbc914c341e068 /sbhs_server/credentials.py.example | |
parent | c33417821258d583e24e91b7cc6933bb66994ec0 (diff) | |
download | SBHS-2018-Rpi-1608f74e480974b709771a2c827834c973ce04f5.tar.gz SBHS-2018-Rpi-1608f74e480974b709771a2c827834c973ce04f5.tar.bz2 SBHS-2018-Rpi-1608f74e480974b709771a2c827834c973ce04f5.zip |
Add script for server monitoring
Diffstat (limited to 'sbhs_server/credentials.py.example')
-rw-r--r-- | sbhs_server/credentials.py.example | 3 |
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 |