TLS and HTTPS configuration in default developer config
This commit is contained in:
@@ -27,7 +27,7 @@ func updateMQSC(appPasswordRequired bool) error {
|
||||
} else {
|
||||
checkClient = "ASQMGR"
|
||||
}
|
||||
const mqsc string = "/etc/mqm/dev.mqsc"
|
||||
const mqsc string = "/etc/mqm/10-dev.mqsc"
|
||||
if os.Getenv("MQ_DEV") == "true" {
|
||||
const mqscTemplate string = mqsc + ".tpl"
|
||||
// Re-configure channel if app password not set
|
||||
|
||||
Reference in New Issue
Block a user