forked from recogito/recogito-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
28 lines (22 loc) · 841 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###
# Public vars are available on server and client
###
# Supabase
PUBLIC_SUPABASE="https://your-project.supabase.co"
PUBLIC_SUPABASE_API_KEY="your-anonymous-key"
# Usersnap feedback form
PUBLIC_USERSNAP_GLOBAL_API_KEY="usersnap-global-api-key"
PUBLIC_USERSNAP_PROJECT_API_KEY="usersnap-project-api-key"
###
# Non-public vars stay on the server
###
# Optional: if the Astro server needs a different URL to reach
# Supabase, set this here. If not set, PUBLIC_SUPABASE will
# be used both on the server and the browser
# SUPABASE_SERVERCLIENT_URL ="https://your-project.supabase.co"
# Secret 'salt' to compute the realtime room identifiers
ROOM_SECRET="your-room-secret"
# IIIF server location
IIIF_URL="http://www.example.com/iiif/public/resources"
IIIF_KEY="your-iiif-server-api-key"
IIIF_PROJECT_ID="iiif-project-uuid-for-this-app"