CTZServer/src/main/resources/config.json

10 lines
123 B
JSON

{
"mysql":
{
"ip": "127.0.0.1",
"port": 3306,
"username": "root",
"password": "",
"database": "ctzserver"
}
}