config: IP matrix, token list, Chain138 genesis mirror
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Made-with: Cursor
This commit is contained in:
@@ -85,12 +85,13 @@ IP_VAULT_PHOENIX_2="192.168.11.201"
|
||||
# Order Service IPs
|
||||
ORDER_POSTGRES_PRIMARY="192.168.11.44"
|
||||
ORDER_POSTGRES_REPLICA="192.168.11.45"
|
||||
# Dedicated order-redis LXC (e.g. VMID 10020) not present on cluster as of 2026-03; reserve for scripts / future CT
|
||||
ORDER_REDIS_IP="192.168.11.38"
|
||||
|
||||
# DBIS Service IPs
|
||||
DBIS_POSTGRES_PRIMARY="192.168.11.105"
|
||||
DBIS_POSTGRES_REPLICA="192.168.11.106"
|
||||
DBIS_REDIS_IP="192.168.11.120"
|
||||
DBIS_REDIS_IP="192.168.11.125"
|
||||
|
||||
# Load this file in scripts:
|
||||
# source "$(dirname "$0")/../config/ip-addresses.conf"
|
||||
@@ -133,7 +134,9 @@ NETWORK_192_168_11_0="192.168.11.0"
|
||||
IP_INDY="192.168.11.68"
|
||||
IP_FABRIC="192.168.11.65"
|
||||
IP_CACTI="192.168.11.64"
|
||||
ORDER_REDIS_REPLICA="192.168.11.46"
|
||||
# VMID 10200 order-prometheus (NOT Redis). Legacy scripts use ORDER_REDIS_REPLICA for this IP — prefer IP_ORDER_PROMETHEUS.
|
||||
IP_ORDER_PROMETHEUS="192.168.11.46"
|
||||
ORDER_REDIS_REPLICA="${IP_ORDER_PROMETHEUS}"
|
||||
# VMIDs 2506, 2507, 2508 destroyed 2026-02-08; IPs freed for reuse
|
||||
RPC_PUTU_1="192.168.11.203"
|
||||
RPC_PUTU_2="192.168.11.204"
|
||||
@@ -166,9 +169,21 @@ PUBLIC_IP_MIFOS="76.53.10.41"
|
||||
# DApp LXC (VMID 5801) — frontend-dapp for Chain 138 bridge. See docs/03-deployment/DAPP_LXC_DEPLOYMENT.md; E2E: tunnel + NPMplus dapp.d-bis.org
|
||||
IP_DAPP_LXC="192.168.11.58"
|
||||
|
||||
# Phoenix / Sankofa public edge (NPMplus → CT 7800 API, 7801 portal). Legacy scripts use IP_SERVICE_50 / IP_SERVICE_51.
|
||||
# SolaceScanScout / Blockscout is IP_BLOCKSCOUT:80 — do NOT point sankofa.nexus or phoenix.sankofa.nexus there.
|
||||
IP_SERVICE_50="${IP_SERVICE_50:-192.168.11.50}"
|
||||
IP_SERVICE_51="${IP_SERVICE_51:-192.168.11.51}"
|
||||
SANKOFA_PHOENIX_API_PORT="${SANKOFA_PHOENIX_API_PORT:-4000}"
|
||||
SANKOFA_PORTAL_PORT="${SANKOFA_PORTAL_PORT:-3000}"
|
||||
IP_SANKOFA_PHOENIX_API="${IP_SANKOFA_PHOENIX_API:-$IP_SERVICE_50}"
|
||||
IP_SANKOFA_PORTAL="${IP_SANKOFA_PORTAL:-$IP_SERVICE_51}"
|
||||
|
||||
# Gov Portals dev (VMID 7804) — DBIS, ICCC, OMNL, XOM at *.xom-dev.phoenix.sankofa.nexus
|
||||
IP_GOV_PORTALS_DEV="192.168.11.54"
|
||||
|
||||
# Order legal (VMID 10070) — **not** .54 (that is exclusive to VMID 7804 gov-portals). Fixed duplicate ARP 2026-03-25.
|
||||
IP_ORDER_LEGAL="192.168.11.87"
|
||||
|
||||
# Sankofa Studio (VMID 7805) — FusionAI Creator / Phoenix Marketplace SaaS at studio.sankofa.nexus
|
||||
# Note: 192.168.11.55 is used by VMID 10230 (order-vault); .72 chosen to avoid conflict.
|
||||
IP_SANKOFA_STUDIO="192.168.11.72"
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user