From 65636d5968e938dbcb21e89644577f9d1fed54e4 Mon Sep 17 00:00:00 2001 From: Timo Date: Sat, 21 Feb 2015 16:30:03 +0100 Subject: first commit --- config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.py (limited to 'config.py') diff --git a/config.py b/config.py new file mode 100644 index 0000000..b44a2ad --- /dev/null +++ b/config.py @@ -0,0 +1,10 @@ +config = { + 'localport': 4345, # the port SnapDB runs on + # MongoDB configuration comes below + 'host': 'localhost', + 'port': 27017, + 'database': 'snapmesh', + 'collection': 'snapmesh', + 'username': 'snapmesh', + 'password': 'yourpassword' + } -- cgit v1.3.1