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.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