-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 1.35 KB
/
.env.example
File metadata and controls
32 lines (25 loc) · 1.35 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
# vtimestamp Environment Configuration
# Copy this file to .env and fill in the values
# NEVER commit .env to git - it contains secrets
# =============================================================================
# Service Identity (for signing login challenges)
# =============================================================================
# The VerusID that identifies this service to users' wallets
# Testnet: i-address of your testnet identity
# Mainnet: i-address of your production identity
SERVICE_IDENTITY_NAME=i-address
# WIF (Wallet Import Format) private key for the service identity
# Get it from: ./verus -chain=vrsctest dumpprivkey <primary_address>
# where <primary_address> is from: ./verus -chain=vrsctest getidentity testidx@
SERVICE_IDENTITY_WIF=wif_key
# =============================================================================
# Network Configuration
# =============================================================================
# Network: 'testnet' or 'mainnet'
# PUBLIC_ prefix makes this available to client-side code
PUBLIC_VERUS_NETWORK=testnet
# URL of the other network's deployment (for "Switch to Mainnet/Testnet" link)
# Leave empty or omit to hide the switch link
PUBLIC_SWITCH_NETWORK_URL=
# Optional: Fallback RPC endpoint (if primary is down)
# VERUS_RPC_FALLBACK=https://fallback.example.com