|
__author__ = 'itay.mizeretz'
|
|
|
|
ISLAND_PORT = 5000
|
|
DEFAULT_MONGO_URL = "mongodb://localhost:27017/monkeyisland"
|
|
|
|
# TODO: remove this, and get from global config`
|
|
INITIAL_USERNAMES = ['Administrator', 'root', 'user']
|
|
INITIAL_PASSWORDS = ["Password1!", "1234", "password", "12345678"] |