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
d652dbcc9f
commit
e7919771a3
4 changed files with 5 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
||||||
"application_sender_email" : "timeoff@__DOMAIN__",
|
"application_sender_email" : "timeoff@__DOMAIN__",
|
||||||
"email_transporter" : {
|
"email_transporter" : {
|
||||||
"host" : "localhost",
|
"host" : "localhost",
|
||||||
"port" : 25,
|
"port" : 25
|
||||||
},
|
},
|
||||||
"ga_analytics_on" : false,
|
"ga_analytics_on" : false,
|
||||||
"crypto_secret" : "!2~`HswpPPLa22+=±§sdq qwe,appp qwwokDF_",
|
"crypto_secret" : "!2~`HswpPPLa22+=±§sdq qwe,appp qwwokDF_",
|
||||||
|
|
10
conf/db.json
10
conf/db.json
|
@ -5,13 +5,3 @@
|
||||||
"logging": false
|
"logging": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*{
|
|
||||||
"production": {
|
|
||||||
"username": "",
|
|
||||||
"password": "",
|
|
||||||
"database": "",
|
|
||||||
"host": "127.0.0.1",
|
|
||||||
"dialect": "mysql"
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
|
|
|
@ -6,11 +6,11 @@ After=syslog.target network.target
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
#Environment="PORT=__PORT__"
|
Environment="PORT=__PORT__"
|
||||||
Environment="PATH=__ENV_PATH__"
|
Environment="PATH=__ENV_PATH__"
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
WorkingDirectory=__FINALPATH__/
|
WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=__YNH_NODE__ bin/wwww #start
|
ExecStart=__YNH_NODE__ bin/wwww
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Timeoff Management",
|
"name": "Timeoff",
|
||||||
"id": "timeoff",
|
"id": "timeoff",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue