18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
# Genex Wallet Service — Environment Variables
|
|
PORT=3021
|
|
RPC_URL=http://localhost:8545
|
|
REDIS_URL=redis://localhost:6379/1
|
|
CHAIN_ID=8888
|
|
|
|
# MPC Key Shard Locations
|
|
HSM_US_EAST_ENDPOINT=hsm://us-east-1.genex.internal:3300
|
|
HSM_SG_ENDPOINT=hsm://sg.genex.internal:3300
|
|
COLD_STORAGE_ENDPOINT=hsm://cold.genex.internal:3300
|
|
|
|
# MPC Threshold
|
|
MPC_THRESHOLD=2
|
|
MPC_PARTIES=3
|
|
|
|
# Encryption key for address mapping storage
|
|
ENCRYPTION_KEY=your-32-byte-encryption-key-here
|