2026-07-07 00:57:29 -07:00
|
|
|
# Z Ecosystem local overrides — copy to config/z-ecosystem.local.env
|
|
|
|
|
# Production portal: https://zblockchainsystem.com (separate from OMNL)
|
|
|
|
|
|
2026-07-07 05:17:40 -07:00
|
|
|
VITE_ECOSYSTEM=z
|
|
|
|
|
Z_SUPPORTED_CHAINS_CONFIG=config/z-supported-chains.v1.json
|
2026-07-07 00:57:29 -07:00
|
|
|
Z_ECOSYSTEM_PUBLIC_URL=https://zblockchainsystem.com
|
|
|
|
|
VITE_Z_ECOSYSTEM_URL=https://zblockchainsystem.com
|
2026-07-06 05:25:10 -07:00
|
|
|
|
|
|
|
|
# Z Chain (local Hardhat/Besu)
|
|
|
|
|
CHAIN_900002_RPC_URL=http://127.0.0.1:8546
|
2026-07-07 00:57:29 -07:00
|
|
|
VITE_RPC_URL_900002=http://127.0.0.1:8546
|
|
|
|
|
VITE_Z_CHAIN_EXPLORER_URL=https://explorer.zblockchainsystem.com
|
|
|
|
|
VITE_ENABLE_Z_WALLET=true
|
2026-07-06 05:25:10 -07:00
|
|
|
|
2026-07-07 00:57:29 -07:00
|
|
|
# Z Bot — Azure OpenAI (optional)
|
2026-07-06 05:25:10 -07:00
|
|
|
AZURE_OPENAI_ENDPOINT=https://<resource>.openai.azure.com
|
|
|
|
|
AZURE_OPENAI_API_KEY=
|
|
|
|
|
AZURE_OPENAI_DEPLOYMENT=gpt-4o-mini
|
|
|
|
|
AZURE_OPENAI_API_VERSION=2024-02-15-preview
|
|
|
|
|
|
2026-07-07 00:57:29 -07:00
|
|
|
# Settlement (Z Bank API backend)
|
2026-07-06 05:25:10 -07:00
|
|
|
SETTLEMENT_MIDDLEWARE_URL=http://127.0.0.1:3011
|
|
|
|
|
SETTLEMENT_MIDDLEWARE_CONFIG=config/settlement-middleware.production.v1.json
|