-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
37 lines (26 loc) · 902 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
29
30
31
32
33
34
35
36
37
# ------------------------------------------------#
# Required for the server and client #
# ------------------------------------------------#
NUXT_RPC_URL=
NUXT_ALBATROSS_LIVEVIEW_PRIVATE_KEY=
NUXT_ALBATROSS_LIVEVIEW_TX_RECIPIENT=
NUXT_ALBATROSS_LIVEVIEW_TX_FEE=500
NUXT_ALBATROSS_LIVEVIEW_TX_VALUE=500
NUXT_ZOHO_REQUEST_URL=
NUXT_ZOHO_CLIENT_ID=
NUXT_ZOHO_CLIENT_SECRET=
NUXT_ZOHO_SCOPE="zohocontacts.contactapi.CREATE"
NUXT_ZOHO_CODE=
NUXT_ZOHO_REFRESH_TOKEN=
NUXT_ZOHO_LISTKEY=
# ------------------------------------------------#
# Required for the client or build time of static #
# ------------------------------------------------#
NIMIQ_STATIC_PREVIEW=""
NUXT_PUBLIC_API_ENDPOINT=""
PRISMIC_ACCESS_TOKEN=
# https://nuxtseo.com/robots/guides/disable-indexing#preview-staging-testing-environments
NUXT_SITE_ENV=preview # production
# Crypto Map
SUPABASE_URL=
SUPABASE_KEY=