Files
MeowBox-Core/config.example.json

14 lines
265 B
JSON

{
"server": {
"host": "0.0.0.0",
"port": 2233
},
"database": {
"host": "localhost",
"port": 3306,
"username": "root",
"password": "password",
"database": "meowbox",
"prefix": "box_"
}
}