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

{
"host": "0.0.0.0",
"port": 7777,
"server": {
"password": "",
"hostname": "Python > C",
"max_players": 50,
"mode": "debug",
"language": "English"
},
"logging": {
"filename": "",
"level": "DEBUG",
"format": "[%(name)s:L%(lineno)02d %(levelname)s] %(message)s",
"datefmt": "%d-%b-%y %H:%M:%S"
},
"debug": true
}