Spaces:
Paused
Paused
ehristoforu
commited on
Commit
•
1508132
1
Parent(s):
869a762
Update .env.local.template
Browse files- .env.local.template +4 -4
.env.local.template
CHANGED
@@ -11,10 +11,10 @@ HF_ACCESS_TOKEN=
|
|
11 |
|
12 |
USE_LOCAL_WEBSEARCH=false
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
|
19 |
|
20 |
|
|
|
11 |
|
12 |
USE_LOCAL_WEBSEARCH=false
|
13 |
|
14 |
+
OPENID_CLIENT_ID=${OPENID_CLIENT_ID}
|
15 |
+
OPENID_CLIENT_SECRET=${OPENID_CLIENT_SECRET}
|
16 |
+
OPENID_SCOPES="openid profile"
|
17 |
+
OPENID_PROVIDER_URL=https://huggingface.co
|
18 |
|
19 |
|
20 |
|