gcx/blockchain/enterprise-api/.env.example

23 lines
539 B
Plaintext

# Genex Enterprise API — Environment Variables
RPC_URL=http://localhost:8545
WS_URL=ws://localhost:8546
COMETBFT_URL=http://localhost:26657
DATABASE_URL=postgresql://genex:password@localhost:5432/genex_enterprise
CHAIN_ID=8888
PORT=3020
# API Key for public tier
API_KEY_HEADER=X-API-Key
# Rate limits (per minute)
RATE_LIMIT_PUBLIC=60
RATE_LIMIT_INSTITUTIONAL=600
# Contract addresses
COUPON_FACTORY_ADDRESS=0x...
COUPON_ADDRESS=0x...
COMPLIANCE_ADDRESS=0x...
SETTLEMENT_ADDRESS=0x...
TREASURY_ADDRESS=0x...
GOVERNANCE_ADDRESS=0x...