summaryrefslogtreecommitdiff
path: root/sbhs_server/credentials.py.example
diff options
context:
space:
mode:
authorcoderick142017-05-18 11:11:54 +0530
committercoderick142017-05-18 11:13:55 +0530
commitb136f2d0dc9b47e44f2efb04ee66c74c5ad0b63c (patch)
treead49c85737158d9871e6bba94c0f673fcd95a0e0 /sbhs_server/credentials.py.example
parenta1e0a5502f04da68b6a9ca8508dda3f9d7e1d055 (diff)
downloadSBHS-2018-Rpi-b136f2d0dc9b47e44f2efb04ee66c74c5ad0b63c.tar.gz
SBHS-2018-Rpi-b136f2d0dc9b47e44f2efb04ee66c74c5ad0b63c.tar.bz2
SBHS-2018-Rpi-b136f2d0dc9b47e44f2efb04ee66c74c5ad0b63c.zip
Add credentials.py
Diffstat (limited to 'sbhs_server/credentials.py.example')
-rw-r--r--sbhs_server/credentials.py.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/sbhs_server/credentials.py.example b/sbhs_server/credentials.py.example
new file mode 100644
index 0000000..9f6ec5f
--- /dev/null
+++ b/sbhs_server/credentials.py.example
@@ -0,0 +1,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