forked from Savitura/crowdpay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 1015 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (27 loc) · 1015 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
30
31
32
33
# Database Configuration
# URL for the PostgreSQL database connection
DATABASE_URL=postgresql://postgres:password@localhost:5432/crowdpay
# Database connection pool
DB_POOL_MAX=10 # max concurrent connections (default 10)
DB_IDLE_TIMEOUT_MS=30000 # close idle connections after 30s
DB_CONNECTION_TIMEOUT_MS=5000 # fail if no connection available within 5s
# Authentication
# Secret used for signing JWT tokens
JWT_SECRET=your_jwt_secret_here
# Stellar Network
# The Stellar network to use (testnet | public)
STELLAR_NETWORK=testnet
# Platform Secrets
# Secret key for the platform's Stellar account
PLATFORM_SECRET_KEY=your_platform_secret_key_here
# Asset Issuance
# Public key of the USDC issuer on the selected Stellar networ
USDC_ISSUER=your_usdc_issuer_public_key_here
# Object Storage (campaign covers)
STORAGE_BUCKET=
STORAGE_REGION=
STORAGE_ACCESS_KEY=
STORAGE_SECRET_KEY=
# MoneyGram Anchor Integration
MONEYGRAM_API_KEY=sandbox_api_key_here
STELLAR_ANCHOR_DOMAIN=extstellar.moneygram.com