global config
config = {
    'myapp': {
        'servers': {
            'main_server': '.'.join(('10', '1', '1', '1',)),
        }
    }
}

