Merge pull request #8 from dracos/streaming-local

Default streaming to localhost only.
This commit is contained in:
Sadiq Saif 2018-08-25 11:41:50 -04:00 committed by GitHub
commit 6626b814d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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