Skip to content
Snippets Groups Projects
warden_server.cfg.dist 348 B
Newer Older
        // If not specified, FileLogger is default
        "level": "debug"
    },
    "Handler": {
        "send_events_limit": 500,
        "get_events_limit": 1000,
        "description": "Warden 3 distribution config"
    },
    "DB": {
        "user": "warden",
        "password": "EXAMPLE",
        "dbname": "warden3"
Michal Kostenec's avatar
Michal Kostenec committed
}