forked from p15670423/monkey
4 lines
109 B
Python
4 lines
109 B
Python
|
__author__ = 'itay.mizeretz'
|
||
|
|
||
|
ISLAND_PORT = 5000
|
||
|
DEFAULT_MONGO_URL = "mongodb://localhost:27017/monkeyisland"
|