-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 808 Bytes
/
.env.example
File metadata and controls
29 lines (24 loc) · 808 Bytes
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
NODE_ENV="development"
PORT="8787"
# only available in production
COMMIT_SHA="ONLY AVAILABLE IN PRODUCTION"
# https://llamanodes.com
LLAMAFOLIO_ID=""
# https://www.ankr.com
ANKR_ID=""
# https://www.alchemy.com (optional)
ALCHEMY_ID=""
# https://www.infura.io (optional)
INFURA_ID=""
DATABASE_URL=""
# Supabase studio > Settings > General > Project Settings > Reference ID
SUPABASE_PROJECT_REF=""
# The unique Supabase URL which is supplied when you create a new project in your project dashboard
SUPABASE_URL=""
# The unique Supabase Key which is supplied when you create a new project in your project dashboard.
SUPABASE_SECRET_KEY=""
# Supabase > Settings > API > Project ID
SUPABASE_PROJECT_ID=""
# https://<PROJECT_REF>.supabase.co/graphql/v1
SUPABASE_GRAPHQL_URL=""
ENABLE_DATABASE_LOGGING="false"