mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
chore: public url
This commit is contained in:
parent
517ad4dc97
commit
adbbe87e74
@ -50,7 +50,7 @@ func InteractiveSetup(conf *util.ConfigType) {
|
||||
askValue("Playbook path", defaultPlaybookPath, &conf.TmpPath)
|
||||
conf.TmpPath = filepath.Clean(conf.TmpPath)
|
||||
|
||||
askValue("Web root URL (optional, see https://github.com/ansible-semaphore/semaphore/wiki/Web-root-URL)", "", &conf.WebHost)
|
||||
askValue("Public URL (optional, example: https://example.com/semaphore)", "", &conf.WebHost)
|
||||
|
||||
askConfirmation("Enable email alerts?", false, &conf.EmailAlert)
|
||||
if conf.EmailAlert {
|
||||
|
Loading…
Reference in New Issue
Block a user