-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
31 lines (31 loc) · 1.15 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
# Rebrand the app if you want
NEXT_PUBLIC_APP_NAME="apollo-dev"
# URL of the app
NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL="localhost:3000"
# Environment type
NEXT_PUBLIC_VERCEL_ENV="development"
# Umami analytics, leave as dev to disable
NEXT_PUBLIC_UMAMI_ID="dev"
NEXT_PUBLIC_UMAMI_SCRIPT_URL="localhost"
# Fake grid success for testing purposes
NEXT_PUBLIC_SIMULATE_GRID=true
# Signature secret for JWTs
JWT_SECRET=""
# Ramper URL to use for auth
RAMPER_URL="https://us-central1-ramper-prod.cloudfunctions.net"
# User agent to use when making requests to Ramper
RAMPER_USERAGENT="Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1"
# Ramper app ID to use, defaults to Cosmo's
RAMPER_APP_ID=alzeakpmqx
# Ramper Firebase
NEXT_PUBLIC_RAMPER_FIREBASE_KEY=""
NEXT_PUBLIC_RAMPER_FIREBASE_ID=""
# https://www.alchemy.com/
NEXT_PUBLIC_ALCHEMY_KEY=""
# Neon (main database)
DATABASE_URL="postgres://postgres:[email protected]:5432/main"
# Postgres HTTP proxy (objekt indexer)
INDEXER_PROXY_KEY=key
INDEXER_PROXY_URL=http://localhost:8080
# Auth key to access Apollo APIs
AUTH_KEY=key