forked from geyserfund/geyser-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
45 lines (33 loc) · 1.32 KB
/
.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
38
39
40
41
42
43
44
45
################################################
# GEYSER APP 🌊
################################################
################################################
# REQUIRED
################################################
PORT=3000
VITE_APP_ENV=development
################################################
# Uncomment the configuration you need
################################################
################################################
# [CONFIGURATION 1 (docker): STAGING]
################################################
# VITE_APP_API_ENDPOINT=https://api.staging.geyser.fund
################################################
# [CONFIGURATION 2 (docker): GRAPHQL_FAKER]
################################################
# VITE_APP_API_ENDPOINT=https://api.dev.geyser.fund
# APOLLO_KEY=<Your Apollo Studio API key>
################################################
# [CONFIGURATION 3: INTERCHANGEABLE STAGING / LOCAL SERVER]
################################################
# [3-A : .env]
# VITE_APP_API_ENDPOINT=http://localhost:{BACKEND_SERVER_PORT}
# VITE_APP_ENV=development
# [3-B : .env.staging]
# VITE_APP_API_ENDPOINT=https://api.staging.geyser.fund
# VITE_APP_ENV=staging
################################################
# OPTIONAL VARIABLES
################################################
# VITE_APP_AIR_TABLE_KEY=<api_key>