{
    "api": {
        "enabled": true,
        "blacklist": [],
        "ip": "127.0.0.1",
        "port": 3680,
        "whitelist": []
    },
    "connection": {
        "ip": "127.0.0.1",
        "password": "123456789",
        "port": "28961"
        },
    "daemon": {
        "antispam": 1,
        "cmdprefix": "!",
        "encoding": "Windows-1251",
        "language": "russian",
        "pmprefix": "^5PM: ^7",
        "serverlist": true,
        "timezone": "Europe/Berlin",
        "updatecheck": true,
        "wrongcmdnote": true
    },
    "database": {
        "databasetype": "sqlite",
        "mysqldatabase": "gsmanager",
        "mysqlhost": "localhost",
        "mysqlpassword": "mysqlpassword",
        "mysqluser": "gsmanager",
        "prefix": ""
    },
    "quake3": {
        "antistartupbug": true,
        "fastrcon": false,
        "fixguidrelax": true,
        "logfile": "auto"
    },
    "punishment": {
        "actions": [
            [0, "warn", {}],
            [25, "kill", {}],
            [50, "kick", {}],
            [75, "tempban", {"time": 60}],
            [100, "ban", {}]
        ],
        "announce": true,
        "deftempbandur": "5",
        "forcereason": false,
        "immunitynote" : false,
        "maxtempbandur": "1440",
        "pointsforwarn": 10,
        "punkbuster": true,
        "resetscoreonjoin": true,
        "saveperm": true
    },
    "teamspeak3": {
        "enabled": false,
        "ip": "127.0.0.1",
        "password": "",
        "serverqueryport": 10011,
        "username": "",
        "voiceport": 9987
    },
    "twofactorauth": {
        "enabled": false,
        "secretlength": 16
    }
}
