Skip to content
Snippets Groups Projects
Commit 31ad8d60 authored by Florian Sesser's avatar Florian Sesser
Browse files

fix typo

parent 35cbeae6
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!122Merge develop into staging,!120Add GSuite SSO to Grafana
Pipeline #834 passed
......@@ -11,8 +11,8 @@ let
anonymous.enable = true;
} else {
google.enable = true;
google.clientSecretFile = cfg.googleOAuthClientID;
google.clientId = cfg.googleOAuthClientSecretFile;
google.clientSecretFile = cfg.googleOAuthClientSecretFile;
google.clientId = cfg.googleOAuthClientID;
};
in {
......
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