Skip to content
Snippets Groups Projects
Commit 6b9bb3a4 authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !94
parents 38721998 9ced0bb6
No related branches found
Tags v3.10.9
1 merge request!94Merging develop into main
Pipeline #1180148 passed
...@@ -303,6 +303,11 @@ class Handler extends BaseHandler { ...@@ -303,6 +303,11 @@ class Handler extends BaseHandler {
} }
$this->config->setValue('alerta', $alerta, FALSE); $this->config->setValue('alerta', $alerta, FALSE);
} }
// Turn off basic auth in local dev environment.
if ($this->isLocalDevMode()) {
$this->config->setValue('basicauth', ['enable' => FALSE], FALSE);
}
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment