Skip to content

Commit 1c3047f

Browse files
authored
docs(config): add example config for Google Auth (#3623)
1 parent d350bd4 commit 1c3047f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sentry/config.example.yml

+9
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ transaction-events.force-disable-internal-project: true
133133
# discord.public-key: "<public key>"
134134
# discord.client-secret: "<client secret>"
135135
# discord.bot-token: "<bot token>"
136+
137+
###############
138+
# Google Auth #
139+
###############
140+
141+
# Refer to https://develop.sentry.dev/self-hosted/sso/#google-auth
142+
143+
# auth-google.client-id: "<client id>"
144+
# auth-google.client-secret: "<client secret>"

0 commit comments

Comments
 (0)