Merge pull request #337 from mcolmant/master

Correctly retrieve the public_url parameter on start
This commit is contained in:
Petr Sloup 2019-01-03 10:57:05 +01:00 committed by GitHub
commit 245d9765a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ var opts = require('commander')
'Disable Cross-origin resource sharing headers'
)
.option(
'-u|--public_url',
'-u|--public_url <url>',
'Enable exposing the server on subpaths, not necessarily the root of the domain'
)
.option(