sampy/config.json

24 lines
419 B
JSON
Raw Normal View History

2020-03-29 18:49:22 +02:00
{
"sampy": {
"logging": {
"filename": "",
"level": "DEBUG",
"format": "[%(name)s:L%(lineno)02d %(levelname)s] %(message)s",
"datefmt": "%d-%b-%y %H:%M:%S"
}
},
"demo": {
"servers": [
{
"host": "0.0.0.0",
"port": 7777,
"hostname": "Python > C",
"password": "test",
2020-03-29 23:43:08 +02:00
"rcon_password": "changeme",
2020-03-29 18:49:22 +02:00
"max_players": 50,
"mode": "debug",
"language": "python"
}
]
}
}