forked from InsurNiffy/niff-Stellar-shurance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (33 loc) · 1.66 KB
/
Copy path.env.example
File metadata and controls
34 lines (33 loc) · 1.66 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
27
28
29
30
31
32
33
34
# =============================================================================
# NiffyInsure — Multi-Network Environment Variable Convention
# =============================================================================
#
# STELLAR_NETWORK Active network: testnet | mainnet | futurenet
# SOROBAN_RPC_URL RPC endpoint for the active network
# HORIZON_URL Horizon endpoint for the active network
# STELLAR_NETWORK_PASSPHRASE Canonical passphrase — MUST match STELLAR_NETWORK
# CONTRACT_ID niffyinsure contract address on the active network
# DEFAULT_TOKEN_CONTRACT_ID Default SEP-41 token contract on the active network
#
# Per-network overrides (used in multi-network CI / parallel deployments):
# SOROBAN_RPC_URL_TESTNET / _MAINNET / _FUTURENET
# HORIZON_URL_TESTNET / _MAINNET / _FUTURENET
# CONTRACT_ID_TESTNET / _MAINNET / _FUTURENET
#
# SAFETY RULES:
# - Mainnet CONTRACT_ID is REQUIRED when STELLAR_NETWORK=mainnet.
# - STELLAR_NETWORK_PASSPHRASE must equal the canonical value for the
# declared network or the server refuses to start.
# - NEVER set a Mainnet contract ID when STELLAR_NETWORK=testnet or vice versa.
#
# Canonical passphrases:
# testnet: "Test SDF Network ; September 2015"
# mainnet: "Public Global Stellar Network ; September 2015"
# futurenet: "Test SDF Future Network ; October 2022"
# =============================================================================
STELLAR_NETWORK=testnet
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
HORIZON_URL=https://horizon-testnet.stellar.org
STELLAR_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
CONTRACT_ID=
DEFAULT_TOKEN_CONTRACT_ID=