1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
timeoff_ynh/conf/db.json
ericgaspar d698de9cbd
fix
2021-08-31 14:00:57 +02:00

17 lines
284 B
JSON

/*{
"production": {
"dialect": "sqlite",
"storage": "./db.production.sqlite",
"logging": false
}
}*/
{
"production": {
"username": "__DB_NAME__",
"password": "__DB_PWD__",
"database": "__DB_NAME__",
"host": "127.0.0.1",
"dialect": "mysql"
}
}