Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m14s
CI/CD Pipeline / Security Scanning (push) Successful in 2m27s
CI/CD Pipeline / Lint and Format (push) Failing after 45s
CI/CD Pipeline / Terraform Validation (push) Failing after 22s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 25s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 37s
Validation / validate-genesis (push) Successful in 28s
Validation / validate-terraform (push) Failing after 25s
Validation / validate-kubernetes (push) Failing after 10s
Validation / validate-smart-contracts (push) Failing after 11s
Validation / validate-security (push) Failing after 1m16s
Validation / validate-documentation (push) Failing after 18s
Verify Deployment / Verify Deployment (push) Failing after 55s
Production server binds Gitea on :3000, so token-aggregation now uses :3100 with a dedicated production env profile and nginx upstream. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
916 B
Plaintext
26 lines
916 B
Plaintext
# Z Ecosystem production — copy to config/z-ecosystem.production.env
|
|
# Gitea binds :3000 on dev-bis-ali; Z API uses :3100
|
|
|
|
VITE_ECOSYSTEM=z
|
|
Z_SUPPORTED_CHAINS_CONFIG=config/z-supported-chains.v1.json
|
|
Z_ECOSYSTEM_PUBLIC_URL=https://zblockchainsystem.com
|
|
VITE_Z_ECOSYSTEM_URL=https://zblockchainsystem.com
|
|
|
|
CHAIN_900002_RPC_URL=https://rpc.zblockchainsystem.com
|
|
VITE_RPC_URL_900002=https://rpc.zblockchainsystem.com
|
|
VITE_Z_CHAIN_EXPLORER_URL=https://explorer.zblockchainsystem.com
|
|
VITE_ENABLE_Z_WALLET=true
|
|
|
|
Z_TOKEN_AGGREGATION_PORT=3100
|
|
PORT=3100
|
|
TOKEN_AGGREGATION_URL=http://127.0.0.1:3100
|
|
SETTLEMENT_MIDDLEWARE_URL=http://127.0.0.1:3011
|
|
SETTLEMENT_URL=http://127.0.0.1:3011
|
|
SETTLEMENT_MIDDLEWARE_CONFIG=config/settlement-middleware.production.v1.json
|
|
|
|
# Z Bot — Azure OpenAI (optional)
|
|
AZURE_OPENAI_ENDPOINT=
|
|
AZURE_OPENAI_API_KEY=
|
|
AZURE_OPENAI_DEPLOYMENT=gpt-4o-mini
|
|
AZURE_OPENAI_API_VERSION=2024-02-15-preview
|