-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.local.example
More file actions
18 lines (17 loc) · 886 Bytes
/
.env.local.example
File metadata and controls
18 lines (17 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy this file to `.env.local` for local website work.
#
# The client id is not secret. SeevoMap already defaults to the public OAuth
# client metadata URL, so this file is only needed if you want to override it.
#
# If you override the client id, allow the actual local callback you use in the
# Hugging Face OAuth app. Common examples:
# - http://127.0.0.1:3456/oauth/callback/huggingface/
# - http://localhost:3456/oauth/callback/huggingface/
# - http://127.0.0.1:3457/oauth/callback/huggingface/
# - http://localhost:3457/oauth/callback/huggingface/
# - http://127.0.0.1:3458/oauth/callback/huggingface/
# - http://localhost:3458/oauth/callback/huggingface/
# - http://127.0.0.1:3459/oauth/callback/huggingface/
# - http://localhost:3459/oauth/callback/huggingface/
VITE_SEEVOMAP_SPACE_URL=https://akiwatanabe-seevomap.hf.space
VITE_SEEVOMAP_HF_CLIENT_ID=hf_your_oauth_client_id