Skip to content

Commit ec75f33

Browse files
committed
chore: set default empty config
1 parent 32537ee commit ec75f33

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

proxy.config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
},
5757
{
5858
"type": "openidconnect",
59-
"enabled": true,
59+
"enabled": false,
6060
"oidcConfig": {
61-
"issuer": "https://accounts.google.com/",
62-
"clientID": "1009968223893-u92qq6itk7ej5008o4174gjubs5lhorg.apps.googleusercontent.com",
63-
"clientSecret": "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",
64-
"callbackURL": "http://localhost:8080/api/auth/oidc/callback",
65-
"scope": "openid email profile"
61+
"issuer": "",
62+
"clientID": "",
63+
"clientSecret": "",
64+
"callbackURL": "",
65+
"scope": ""
6666
}
6767
}
6868
],
@@ -151,8 +151,8 @@
151151
"type": "jwt",
152152
"enabled": false,
153153
"jwtConfig": {
154-
"clientID": "1009968223893-u92qq6itk7ej5008o4174gjubs5lhorg.apps.googleusercontent.com",
155-
"authorityURL": "https://accounts.google.com"
154+
"clientID": "",
155+
"authorityURL": ""
156156
}
157157
}
158158
],

0 commit comments

Comments
 (0)