-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
36 lines (30 loc) · 822 Bytes
/
Copy path.env.example
File metadata and controls
36 lines (30 loc) · 822 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
34
35
36
# Stellar Network
NETWORK=testnet
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
SOROBAN_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
# Admin / Deployer Account
ADMIN_KEY_NAME=propfi-admin
ADMIN_PUBLIC_KEY=
# Oracle Accounts (comma-separated key names)
ORACLE_KEY_NAMES=propfi-oracle-1,propfi-oracle-2,propfi-oracle-3
ORACLE_PUBLIC_KEYS=
# Deployed Contract Addresses (written by deploy.sh)
COMPLIANCE_REGISTRY_ID=
ORACLE_ADAPTER_ID=
PROPERTY_REGISTRY_ID=
PAYMENT_BRIDGE_ID=
FRACTION_VAULT_ID=
RENT_DISTRIBUTOR_ID=
MORTGAGE_POOL_ID=
GOVERNANCE_ID=
# Token Addresses (testnet)
USDC_CONTRACT_ID=
XLM_CONTRACT_ID=
# Staleness threshold (seconds)
STALENESS_THRESHOLD=3600
# PostgreSQL (for indexer)
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=propfi
POSTGRES_USER=propfi
POSTGRES_PASSWORD=propfi