forked from OpenBeta/open-tacos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
46 lines (34 loc) · 1.6 KB
/
.env
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
######### Server-side vars ###########
PAGE_REVALIDATE_TOKEN=8b&o4t!xUqAN3Y#9
# Sirv credentials for development & CI env
SIRV_CLIENT_ID_RO=Qdnq7NcWxvAt3405rgA6H07CgTw
SIRV_CLIENT_SECRET_RO=XiR0iutH3waKOEcYc7T0Sub6DZbUNPkqzFHDcwOGDUddALKPdml48NU9ZdpFSDWNSZavLkGet+Y8Fu4a0+Xehw==
SIRV_CLIENT_ID_RW=FDzAJ8Y6qml1ZCavrXYGC5KENH2
SIRV_CLIENT_SECRET_RW=send request to hello at openbeta.io
S3_KEY=please ask
S3_SECRET=please ask
S3_BUCKET=openbeta-dev
# Auth0 authentication
AUTH0_DOMAIN=https://dev-fmjy7n5n.us.auth0.com
AUTH0_CLIENT_ID=3qGOaKjDAL3LmZmoUR7nm6uWY69aI27z
AUTH0_CLIENT_SECRET=send request to hello at openbeta.io
# generate with `openssl rand -base64 32`
NEXTAUTH_SECRET=vQyFR7gskaqxehN0cI/53r+duWc5Et0ktdoz6KozTCo=
# Auth0 Management API
AUTH0_MGMT_CLIENT_ID=seD3dNxnZ4jXik1dzdQEgPSNSvXGBsqA
AUTH0_MGMT_CLIENT_SECRET=send request to hello at openbeta.io
######### Client-side vars ############
# Must prefix with NEXT_PUBLIC_in order to expose vars to the browser
# See https://nextjs.org/docs/basic-features/environment-variables
NEXT_PUBLIC_SIRV_BASE_URL=https://openbeta-dev.sirv.com
NEXT_PUBLIC_API_SERVER=https://stg-api.openbeta.io
# Disable telemetry
NEXT_TELEMETRY_DISABLED=1
# Typesense nodes (handle a single node for now)
NEXT_PUBLIC_TYPESENSE_NODES=lj2nqsybtrcxp5kmp-1.a1.typesense.net
# Typesense RO API key
NEXT_PUBLIC_TYPESENSE_API_KEY=nBvjNVojLn792SX9sOLhLlpQ7BQJo5ok
# Mapbox Geocoder token
NEXT_PUBLIC_MAPBOX_API_KEY=pk.eyJ1IjoibWFwcGFuZGFzIiwiYSI6ImNrMW1nZTY2ODAwaGszbmxzdmV1dzNvZTcifQ.aI_avtcHh5F1QBW1UvUhLA
# Open Collective API URL
OPEN_COLLECTIVE_API_URI=https://api.opencollective.com/graphql/v2