mirror of
https://github.com/YunoHost-Apps/timeoff_ynh.git
synced 2024-09-03 20:35:59 +02:00
fix
This commit is contained in:
parent
d3df83ae48
commit
d698de9cbd
2 changed files with 7 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
|||
{
|
||||
/*{
|
||||
"production": {
|
||||
"dialect": "sqlite",
|
||||
"storage": "./db.production.sqlite",
|
||||
"logging": false
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
/*{
|
||||
{
|
||||
"production": {
|
||||
"username": "__DB_NAME__",
|
||||
"password": "__DB_PWD__",
|
||||
|
@ -15,4 +14,4 @@
|
|||
"host": "127.0.0.1",
|
||||
"dialect": "mysql"
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
# nodejs version
|
||||
nodejs_version=14
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="sqlite3"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue