Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
kfet/config/config_exemple.json

12 lines
217 B
JSON
Raw Normal View History

2020-05-28 18:59:10 +02:00
{
2020-05-30 23:01:50 +02:00
"secret": "keyboard cat",
"database": {
2020-05-28 18:59:10 +02:00
"username": "root",
"password": null,
"database": "database_development",
"host": "127.0.0.1",
"dialect": "mysql",
"operatorsAliases": false
}
}