439b2e9ef8
Added json configs for management server Cleaned up some files
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"DatabaseInformation": {
|
|
"database_name": "global",
|
|
"database_username": "root",
|
|
"database_password": "",
|
|
"database_host": "127.0.0.1",
|
|
"database_port": "3306"
|
|
},
|
|
|
|
"WorldTechnicalInformation": {
|
|
"world_limit": "10",
|
|
"worldhop_delay": "20000"
|
|
}
|
|
|
|
} |