diff --git a/conf/app.json b/conf/app.json index 2e1ff4a..1a72e2f 100644 --- a/conf/app.json +++ b/conf/app.json @@ -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_", diff --git a/conf/db.json b/conf/db.json index 7d34fdf..89b0fc9 100644 --- a/conf/db.json +++ b/conf/db.json @@ -4,14 +4,4 @@ "storage": "./db.production.sqlite", "logging": false } -} - -/*{ - "production": { - "username": "", - "password": "", - "database": "", - "host": "127.0.0.1", - "dialect": "mysql" - } -}*/ +} \ No newline at end of file diff --git a/conf/systemd.service b/conf/systemd.service index 0bb8741..9bf9929 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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] diff --git a/manifest.json b/manifest.json index e61ad5b..1463204 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "Timeoff Management", + "name": "Timeoff", "id": "timeoff", "packaging_format": 1, "description": {