summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.py10
-rwxr-xr-xsnapdb.py1
2 files changed, 0 insertions, 11 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'
- }
diff --git a/snapdb.py b/snapdb.py
index 904e188..8fbf25b 100755
--- a/snapdb.py
+++ b/snapdb.py
@@ -3,7 +3,6 @@
import sys
from mongodict import MongoDict
from blockext import *
-from config import config
class Storage:
def __init__(self):