File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PUBLIC_APPLE_APP_ID=
3232
3333COUPLE_SESSION_WITH_COOKIE_NAME =
3434# when OPEN_ID is configured, users are required to login after the welcome modal
35- OPENID_CLIENT_ID =
35+ OPENID_CLIENT_ID = " " # You can set to "__CIMD__" for automatic oauth app creation when deployed
3636OPENID_CLIENT_SECRET =
3737OPENID_SCOPES = " openid profile inference-api"
3838USE_USER_TOKEN =
@@ -163,9 +163,6 @@ PUBLIC_COMMIT_SHA=
163163ALLOW_INSECURE_COOKIES = false # LEGACY! Use COOKIE_SECURE and COOKIE_SAMESITE instead
164164PARQUET_EXPORT_SECRET = #DEPRECATED, use ADMIN_API_SECRET instead
165165RATE_LIMIT = # /!\ DEPRECATED definition of messages per minute. Use USAGE_LIMITS.messagesPerMinute instead
166- OPENID_CLIENT_ID = " " # You can set to "__CIMD__" for automatic oauth app creation when deployed
167- OPENID_CLIENT_SECRET =
168- OPENID_SCOPES = " openid profile" # Add "email" for some providers like Google that do not provide preferred_username
169166OPENID_NAME_CLAIM = " name" # Change to "username" for some providers that do not provide name
170167OPENID_PROVIDER_URL = https://huggingface.co # for Google, use https://accounts.google.com
171168OPENID_TOLERANCE =
You can’t perform that action at this time.
0 commit comments