aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-streaming.service
diff options
context:
space:
mode:
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