1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

Merge pull request #40 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2019-03-19 19:25:54 +01:00 committed by GitHub
commit 5743cb232a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -10,5 +10,8 @@ DB_DIR=__FINALPATH__/distbin-db
# The external URL # The external URL
EXTERNAL_URL=https://__DOMAIN_URI__ EXTERNAL_URL=https://__DOMAIN_URI__
# The internal URL
INTERNAL_URL=http://localhost:__PORT__/
# The Node Environnement # The Node Environnement
NODE_ENV=production NODE_ENV=production

View file

@ -281,7 +281,7 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:" ynh_systemd_action --action=start --service_name=$app --log_path=systemd --line_match="Started Distbin Service"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT