summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.py b/config.py
deleted file mode 100644
index b44a2ad..0000000
--- a/config.py
+++ /dev/null
@@ -1,10 +0,0 @@
-config = {
- 'localport': 4345, # the port SnapDB runs on
- # MongoDB configuration comes below
- 'host': 'localhost',
- 'port': 27017,
- 'database': 'snapmesh',
- 'collection': 'snapmesh',
- 'username': 'snapmesh',
- 'password': 'yourpassword'
- }