forked from Remitwise-Org/Remitwise-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
26 lines (23 loc) · 1.14 KB
/
Copy path.env.local.example
File metadata and controls
26 lines (23 loc) · 1.14 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
# Stellar Network Configuration
NEXT_PUBLIC_STELLAR_NETWORK=testnet
NEXT_PUBLIC_STELLAR_RPC_URL=https://soroban-testnet.stellar.org
SOROBAN_NETWORK=testnet
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
# Soroban Contract Addresses (network-resolved)
REMITTANCE_SPLIT_CONTRACT_ID_TESTNET=your_testnet_contract_id_here
REMITTANCE_SPLIT_CONTRACT_ID_MAINNET=your_mainnet_contract_id_here
SAVINGS_GOALS_CONTRACT_ID_TESTNET=your_testnet_contract_id_here
SAVINGS_GOALS_CONTRACT_ID_MAINNET=your_mainnet_contract_id_here
BILL_PAYMENTS_CONTRACT_ID_TESTNET=your_testnet_contract_id_here
BILL_PAYMENTS_CONTRACT_ID_MAINNET=your_mainnet_contract_id_here
INSURANCE_CONTRACT_ID_TESTNET=your_testnet_contract_id_here
INSURANCE_CONTRACT_ID_MAINNET=your_mainnet_contract_id_here
# Backend/server variables (set in deployment environment)
SESSION_PASSWORD=your-32-char-minimum-secret-here
ANCHOR_API_BASE_URL=https://api.example.com/anchor
ANCHOR_API_KEY=your_anchor_api_key_here
ANCHOR_WEBHOOK_SECRET=your_shared_anchor_secret_here
ADMIN_SECRET=replace_with_rotatable_admin_secret
# Frontend Configuration
NEXT_PUBLIC_TOAST_TIMEOUT=5000
NEXT_PUBLIC_SWAP_PAGE_ENABLED=false