diff options
| author | Timo <Code-WvS@quantentunnel.de> | 2015-02-22 18:14:47 +0100 |
|---|---|---|
| committer | Timo <Code-WvS@quantentunnel.de> | 2015-02-22 18:14:47 +0100 |
| commit | 6e2ec01ca818c9555c3584d186e755bc0360bda1 (patch) | |
| tree | 72ebdf0458f9c7b6ea106927efb1314245c6a573 | |
| parent | 0b2faedc92e078fb3607a3c21b166c006296d97c (diff) | |
| download | SnapDB-6e2ec01ca818c9555c3584d186e755bc0360bda1.tar.gz SnapDB-6e2ec01ca818c9555c3584d186e755bc0360bda1.zip | |
delete config.py
| -rw-r--r-- | config.py | 10 | ||||
| -rwxr-xr-x | snapdb.py | 1 |
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' - } @@ -3,7 +3,6 @@ import sys from mongodict import MongoDict from blockext import * -from config import config class Storage: def __init__(self): |
