diff options
| author | Timo <Code-WvS@quantentunnel.de> | 2015-02-21 16:30:03 +0100 |
|---|---|---|
| committer | Timo <Code-WvS@quantentunnel.de> | 2015-02-21 16:30:03 +0100 |
| commit | 65636d5968e938dbcb21e89644577f9d1fed54e4 (patch) | |
| tree | c32817d6033fe178da1254a3edb9665e2607d792 /config.py | |
| download | SnapDB-65636d5968e938dbcb21e89644577f9d1fed54e4.tar.gz SnapDB-65636d5968e938dbcb21e89644577f9d1fed54e4.zip | |
first commit
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 10 |
1 files changed, 10 insertions, 0 deletions
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' + } |
