Support 'host' & 'path' config options

Signed-off-by: Miranda Kastemaa <miranda@foldplop.com>
This commit is contained in:
Miranda Kastemaa 2018-07-23 03:27:51 +03:00
parent 23bd1a18bb
commit 70e8df5c04
4 changed files with 20 additions and 3 deletions

View file

@ -3,6 +3,7 @@
module.exports = {
domain: '',
urlPath: '',
host: '0.0.0.0',
port: 3000,
urlAddPort: false,
allowOrigin: ['localhost'],