Change default config

This commit is contained in:
Emily 2023-03-19 05:14:30 +01:00
parent faf9ccffbc
commit 2422bee5fa

View File

@ -11,12 +11,12 @@ class Config(ConfigParser):
"sampy": {
"host": "0.0.0.0",
"port": 7777,
"hostname": "Python > C",
"password": "changeme",
"rcon_password": "changeme too",
"hostname": "sam.py",
"password": "",
"rcon_password": "changeme",
"max_players": 50,
"mode": "Unknown",
"language": "python",
"mode": "",
"language": "English",
},
"sampy.rules": {
"weburl": "https://git.osufx.com/Sunpy/sampy",