Default streaming to localhost only. #8

Merged
dracos merged 1 commits from streaming-local into master 2018-08-25 15:41:50 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ User=mastodon
WorkingDirectory=/home/mastodon/live
Environment="NODE_ENV=production"
Environment="PORT=4000"
Environment="BIND=127.0.0.1"
ExecStart=/usr/bin/npm run start
TimeoutSec=15
Restart=always