mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
change enabled to true
if it is false it will not work
This commit is contained in:
@@ -47,7 +47,7 @@ authentication:
|
||||
|
||||
```bash
|
||||
[auth.gitlab]
|
||||
enabled = false
|
||||
enabled = true
|
||||
allow_sign_up = false
|
||||
client_id = GITLAB_APPLICATION_ID
|
||||
client_secret = GITLAB_SECRET
|
||||
|
||||
Reference in New Issue
Block a user