Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -11,7 +11,7 @@ HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
|
|
11 |
HF_TOKEN=${HF_TOKEN}
|
12 |
# used to activate search with web functionality. disabled if not defined
|
13 |
SERPAPI_KEY=#your serpapi key here
|
14 |
-
|
15 |
# Parameters to enable "Sign in with HF"
|
16 |
# OPENID_CLIENT_ID=
|
17 |
# OPENID_CLIENT_SECRET=
|
|
|
11 |
HF_TOKEN=${HF_TOKEN}
|
12 |
# used to activate search with web functionality. disabled if not defined
|
13 |
SERPAPI_KEY=#your serpapi key here
|
14 |
+
SEARXNG_QUERY_URL=${SEARXNG_QUERY_URL}
|
15 |
# Parameters to enable "Sign in with HF"
|
16 |
# OPENID_CLIENT_ID=
|
17 |
# OPENID_CLIENT_SECRET=
|