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__",
|
||||
"email_transporter" : {
|
||||
"host" : "localhost",
|
||||
"port" : 25,
|
||||
"port" : 25
|
||||
},
|
||||
"ga_analytics_on" : false,
|
||||
"crypto_secret" : "!2~`HswpPPLa22+=±§sdq qwe,appp qwwokDF_",
|
||||
|
|
12
conf/db.json
12
conf/db.json
|
@ -4,14 +4,4 @@
|
|||
"storage": "./db.production.sqlite",
|
||||
"logging": false
|
||||
}
|
||||
}
|
||||
|
||||
/*{
|
||||
"production": {
|
||||
"username": "",
|
||||
"password": "",
|
||||
"database": "",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql"
|
||||
}
|
||||
}*/
|
||||
}
|
|
@ -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]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Timeoff Management",
|
||||
"name": "Timeoff",
|
||||
"id": "timeoff",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
|
|
Loading…
Add table
Reference in a new issue