Moved SFW mode to server, added HTTP header trigger.

This commit is contained in:
2020-03-27 17:37:13 +01:00
parent fb59bf552a
commit 238ebcbf34
9 changed files with 48 additions and 63 deletions

View File

@@ -8,6 +8,8 @@ module.exports = {
web: {
host: '0.0.0.0',
port: 5000,
sfwHost: '0.0.0.0',
sfwPort: 5001,
},
// include: [],
// exclude: [],