allka-emu/config/database.json.template
2024-07-13 07:55:50 -07:00

16 lines
284 B
Plaintext

{
"default": {
"host": "127.0.0.1",
"user": "root",
"password": "",
"database": "peq",
"port": 3306
},
"content": {
"host": "",
"user": "",
"password": "",
"database": "",
"port": 3306
}
}