1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
This commit is contained in:
ericgaspar 2021-08-31 14:00:57 +02:00
parent d3df83ae48
commit d698de9cbd
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 7 additions and 5 deletions

View file

@ -1,13 +1,12 @@
{ /*{
"production": { "production": {
"dialect": "sqlite", "dialect": "sqlite",
"storage": "./db.production.sqlite", "storage": "./db.production.sqlite",
"logging": false "logging": false
} }
} }*/
{
/*{
"production": { "production": {
"username": "__DB_NAME__", "username": "__DB_NAME__",
"password": "__DB_PWD__", "password": "__DB_PWD__",
@ -15,4 +14,4 @@
"host": "127.0.0.1", "host": "127.0.0.1",
"dialect": "mysql" "dialect": "mysql"
} }
}*/ }

View file

@ -7,6 +7,9 @@
# nodejs version # nodejs version
nodejs_version=14 nodejs_version=14
# dependencies used by the app
pkg_dependencies="sqlite3"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
#================================================= #=================================================