aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-streaming.service
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2018-08-31 00:13:03 +0200
committerGitHub <noreply@github.com>2018-08-31 00:13:03 +0200
commit09a07f19c518c1555f7cb09fc0d84be7b55e74f1 (patch)
tree217fd016f98ebb3ec6a33806a1c5bbcf82d9e87d /conf/mastodon-streaming.service
parent29399adc3d0049ddefe33a509e263d36881a31fe (diff)
parent20fe4996b6fdee3d1ff341ad953f21af0474e109 (diff)
downloadmastodon_ynh-09a07f19c518c1555f7cb09fc0d84be7b55e74f1.tar.gz
mastodon_ynh-09a07f19c518c1555f7cb09fc0d84be7b55e74f1.tar.bz2
mastodon_ynh-09a07f19c518c1555f7cb09fc0d84be7b55e74f1.zip
Merge branch 'develop' into patch-frju365
Diffstat (limited to 'conf/mastodon-streaming.service')
-rw-r--r--conf/mastodon-streaming.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/mastodon-streaming.service b/conf/mastodon-streaming.service
index 443cac0..689d482 100644
--- a/conf/mastodon-streaming.service
+++ b/conf/mastodon-streaming.service
@@ -7,7 +7,7 @@
User=__APP__
WorkingDirectory=__FINALPATH__/live
Environment="NODE_ENV=production"
- Environment="PORT=4000"
+ Environment="PORT=__PORT_STREAM__"
ExecStart=/usr/bin/npm run start
TimeoutSec=15
Restart=always