core: put config in json
This commit is contained in:
8
config/config.json
Normal file
8
config/config.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"database": {
|
||||
"ip": "localhost",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"password": "bozo"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user