core: put config in json

This commit is contained in:
2023-06-04 11:48:19 +02:00
parent 30400f18c5
commit edb1756c69
3 changed files with 8 additions and 1 deletions

8
config/config.json Normal file
View File

@ -0,0 +1,8 @@
{
"database": {
"ip": "localhost",
"port": 3306,
"user": "root",
"password": "bozo"
}
}