Skip to content

Commit

Permalink
no autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmatson committed Oct 23, 2023
1 parent fe2f3db commit 340f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
GF_SERVER_ROOT_URL: ${GF_SERVER_ROOT_URL:?err}
GF_AUTH_GOOGLE_ENABLED: "true"
GF_AUTH_GOOGLE_ALLOW_SIGN_UP: "true"
GF_AUTH_GOOGLE_AUTO_LOGIN: "true"
GF_AUTH_GOOGLE_AUTO_LOGIN: "false"
GF_AUTH_GOOGLE_CLIENT_ID: ${GF_AUTH_GOOGLE_CLIENT_ID:?err}
GF_AUTH_GOOGLE_CLIENT_SECRET: ${GF_AUTH_GOOGLE_CLIENT_SECRET:?err}
GF_AUTH_GOOGLE_SCOPES: "openid email profile"
Expand Down

0 comments on commit 340f028

Please sign in to comment.