sampy/config.json

23 lines
348 B
JSON
Raw Permalink Normal View History

2020-03-29 18:49:22 +02:00
{
"sampy": {
"logging": {
"filename": "",
"level": "DEBUG",
"datefmt": "%d-%b-%y %H:%M:%S"
}
},
"demo": {
"servers": [
{
"host": "0.0.0.0",
"port": 7777,
"hostname": "Python > C",
2021-03-04 13:40:32 +01:00
"password": "",
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"
}
]
}
}