forked from MetroLogic/fluxapay_contract
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker.example
More file actions
26 lines (22 loc) · 797 Bytes
/
Copy path.env.docker.example
File metadata and controls
26 lines (22 loc) · 797 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
# Docker sandbox environment for FluxaPay (Issue #231)
# Copy to .env.docker and customize before running docker compose.
# Local standalone sandbox (docker-compose.yml)
STELLAR_SANDBOX_PORT=8000
STELLAR_NETWORK=local
STELLAR_RPC_URL=http://localhost:8000/soroban/rpc
STELLAR_HORIZON_URL=http://localhost:8000
# Testnet devbox (docker-compose.testnet.yml)
DEVBOX_PORT=8080
# STELLAR_NETWORK=testnet
# STELLAR_RPC_URL=https://soroban-testnet.stellar.org
# STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
# Contract IDs (populated by scripts/sandbox-init.sh for local sandbox)
PAYMENT_PROCESSOR_ID=
MERCHANT_REGISTRY_ID=
FX_ORACLE_ID=
REFUND_MANAGER_ID=
# Development keys (never use real mainnet secrets)
STELLAR_SECRET_KEY=
ADMIN_ADDRESS=
TEST_MERCHANT_ADDRESS=
TEST_CUSTOMER_ADDRESS=