mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
feat(be): add Web root URL option description
This commit is contained in:
parent
779760d6aa
commit
3d6d194d2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user