This repository has been archived on 2020-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
sampy_archive/config.json

18 lines
353 B
JSON
Raw Permalink Normal View History

2018-09-24 11:37:21 +02:00
{
"host": "0.0.0.0",
"port": 7777,
"server": {
"password": "",
"hostname": "Python > C",
"max_players": 50,
2020-03-29 18:45:38 +02:00
"mode": "debug",
"language": "English"
2019-12-14 20:08:34 +01:00
},
"logging": {
"filename": "",
"level": "DEBUG",
2020-03-29 18:45:38 +02:00
"format": "[%(name)s:L%(lineno)02d %(levelname)s] %(message)s",
2019-12-14 20:08:34 +01:00
"datefmt": "%d-%b-%y %H:%M:%S"
2020-03-29 18:45:38 +02:00
},
"debug": true
2018-09-24 11:37:21 +02:00
}