-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 842 Bytes
/
.env.example
File metadata and controls
27 lines (21 loc) · 842 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
# StellarAid Environment Configuration
# Copy this file to .env and fill in your values
# Network Configuration
SOROBAN_NETWORK=testnet
# Testnet Configuration
SOROBAN_TESTNET_RPC_URL=https://soroban-testnet.stellar.org:443
SOROBAN_TESTNET_PASSPHRASE=Test SDF Network ; September 2015
SOROBAN_TESTNET_HORIZON_URL=https://horizon-testnet.stellar.org
# Mainnet Configuration
SOROBAN_MAINNET_RPC_URL=https://soroban-rpc.mainnet.stellar.gateway.fm
SOROBAN_MAINNET_PASSPHRASE=Public Global Stellar Network ; September 2015
SOROBAN_MAINNET_HORIZON_URL=https://horizon.stellar.org
# Admin Account (DO NOT commit your secret key!)
SOROBAN_ADMIN_SECRET_KEY=
SOROBAN_ADMIN_PUBLIC_KEY=
# Issuing Account for Custom Assets
SOROBAN_ISSUING_SECRET_KEY=
SOROBAN_ISSUING_PUBLIC_KEY=
# Asset Configuration
ASSET_CODE=STAID
ASSET_NAME=StellarAid Token