forked from Samuel1-ona/hunty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (33 loc) · 1.39 KB
/
Copy path.env.example
File metadata and controls
42 lines (33 loc) · 1.39 KB
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
# Copy the relevant file for your environment:
# cp .env.development.example .env.development
# cp .env.preview.example .env.preview
# cp .env.production.example .env.production
#
# Then set APP_ENV in your shell or .env file to match the profile.
APP_ENV=development
EXPO_PUBLIC_API_BASE_URL_DEVELOPMENT=http://localhost:3000/api
EXPO_PUBLIC_STELLAR_RPC_URL_DEVELOPMENT=https://soroban-testnet.stellar.org
EXPO_PUBLIC_STELLAR_NETWORK_DEVELOPMENT=testnet
EXPO_PUBLIC_API_BASE_URL_PREVIEW=https://staging-api.hunty.app
EXPO_PUBLIC_STELLAR_RPC_URL_PREVIEW=https://soroban-testnet.stellar.org
EXPO_PUBLIC_STELLAR_NETWORK_PREVIEW=testnet
EXPO_PUBLIC_API_BASE_URL_PRODUCTION=https://api.hunty.app
EXPO_PUBLIC_STELLAR_RPC_URL_PRODUCTION=https://soroban-mainnet.stellar.org
EXPO_PUBLIC_STELLAR_NETWORK_PRODUCTION=mainnet
# Hunty GraphQL Indexer
EXPO_PUBLIC_GRAPHQL_URL_DEVELOPMENT=http://localhost:4000/graphql
EXPO_PUBLIC_GRAPHQL_URL_PRODUCTION=https://indexer.hunty.app/graphql
# Environment
EXPO_PUBLIC_ENVIRONMENT=development
# Sentry (Crash/Error Reporting)
# Leave empty in local development unless explicitly testing Sentry ingestion.
EXPO_PUBLIC_SENTRY_DSN=
# EAS / App Store (set in CI secrets, not committed)
# EXPO_TOKEN=
# EXPO_APPLE_ID=
# EXPO_ASC_APP_ID=
# EXPO_APPLE_TEAM_ID=
# EAS_PROJECT_ID=
# EXPO_UPDATE_URL=
# WalletConnect (register at https://cloud.reown.com)
WALLETCONNECT_PROJECT_ID=