mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 01:33:06 +03:00
fix(server): missing google oauth in auth providers (#5656)
This commit is contained in:
parent
e516e0db23
commit
3de6424a65
@ -147,6 +147,8 @@ spec:
|
||||
key: turnstileSecret
|
||||
{{ end }}
|
||||
{{ if .Values.app.oauth.google.enabled }}
|
||||
- name: OAUTH_GOOGLE_ENABLED
|
||||
value: "true"
|
||||
- name: OAUTH_GOOGLE_CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
Loading…
Reference in New Issue
Block a user