Skip to content

Commit a18c267

Browse files
committed
update env file
1 parent 3f577a4 commit a18c267

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.env

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PUBLIC_APPLE_APP_ID=
3232

3333
COUPLE_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
3636
OPENID_CLIENT_SECRET=
3737
OPENID_SCOPES="openid profile inference-api"
3838
USE_USER_TOKEN=
@@ -163,9 +163,6 @@ PUBLIC_COMMIT_SHA=
163163
ALLOW_INSECURE_COOKIES=false # LEGACY! Use COOKIE_SECURE and COOKIE_SAMESITE instead
164164
PARQUET_EXPORT_SECRET=#DEPRECATED, use ADMIN_API_SECRET instead
165165
RATE_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
169166
OPENID_NAME_CLAIM="name" # Change to "username" for some providers that do not provide name
170167
OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
171168
OPENID_TOLERANCE=

0 commit comments

Comments
 (0)