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 2022-02-09 18:42:59 +01:00
parent d652dbcc9f
commit e7919771a3
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 5 additions and 15 deletions

View file

@ -4,7 +4,7 @@
"application_sender_email" : "timeoff@__DOMAIN__",
"email_transporter" : {
"host" : "localhost",
"port" : 25,
"port" : 25
},
"ga_analytics_on" : false,
"crypto_secret" : "!2~`HswpPPLa22+=±§sdq qwe,appp qwwokDF_",

View file

@ -4,14 +4,4 @@
"storage": "./db.production.sqlite",
"logging": false
}
}
/*{
"production": {
"username": "",
"password": "",
"database": "",
"host": "127.0.0.1",
"dialect": "mysql"
}
}*/
}

View file

@ -6,11 +6,11 @@ After=syslog.target network.target
Type=simple
User=__APP__
Group=__APP__
#Environment="PORT=__PORT__"
Environment="PORT=__PORT__"
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
WorkingDirectory=__FINALPATH__/
ExecStart=__YNH_NODE__ bin/wwww #start
ExecStart=__YNH_NODE__ bin/wwww
Restart=always
[Install]

View file

@ -1,5 +1,5 @@
{
"name": "Timeoff Management",
"name": "Timeoff",
"id": "timeoff",
"packaging_format": 1,
"description": {