From 6e2ec01ca818c9555c3584d186e755bc0360bda1 Mon Sep 17 00:00:00 2001 From: Timo Date: Sun, 22 Feb 2015 18:14:47 +0100 Subject: delete config.py --- config.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 config.py (limited to 'config.py') 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' - } -- cgit v1.3.1