Add configuration and other related code, and add automatic build related frameworks. Currently, the version is not available
This commit is contained in:
14
config.example.json
Normal file
14
config.example.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"server": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 2233
|
||||
},
|
||||
"database": {
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "root",
|
||||
"password": "password",
|
||||
"database": "meowbox",
|
||||
"prefix": "box_"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user