feat(be): add Web root URL option description

This commit is contained in:
Denis Gukov 2021-02-23 23:51:35 +05:00
parent 779760d6aa
commit 3d6d194d2e

View File

@ -365,7 +365,7 @@ func (conf *ConfigType) Scan() {
}
conf.TmpPath = path.Clean(conf.TmpPath)
fmt.Print(" > Web root URL (optional, example http://localhost:8010/): ")
fmt.Print(" > Web root URL (optional, see https://github.com/ansible-semaphore/semaphore/wiki/Web-root-URL): ")
ScanErrorChecker(fmt.Scanln(&conf.WebHost))
var EmailAlertAnswer string