-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (17 loc) · 953 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (17 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Stellar Network
STELLAR_NETWORK=testnet # "testnet" or "public" for mainnet
HORIZON_URL=https://horizon-testnet.stellar.org # Horizon API endpoint for the selected network
# Fee Sponsorship
SPONSOR_ACCOUNT_SECRET= # Secret key of the account that funds wallet reserves & sponsors fees
# OAuth — Google
GOOGLE_CLIENT_ID= # Google OAuth 2.0 client ID
GOOGLE_CLIENT_SECRET= # Google OAuth 2.0 client secret
# OAuth — Apple
APPLE_CLIENT_ID= # Apple OAuth service ID (client ID)
APPLE_TEAM_ID= # Apple Developer team ID
# Anchor / On-Ramp
ANCHOR_API_URL= # Licensed anchor API URL for BMD on/off-ramp conversion
# Database
DATABASE_URL=postgres://... # PostgreSQL connection string for session/queue state
# Cache / Queue
REDIS_URL=redis://... # Redis connection string for session and queue state