monkey/monkey_island/cc/island_config.py

4 lines
109 B
Python

__author__ = 'itay.mizeretz'
ISLAND_PORT = 5000
DEFAULT_MONGO_URL = "mongodb://localhost:27017/monkeyisland"