Fix MEV backend and token-aggregation deployment wiring
All checks were successful
Deploy to Phoenix / deploy (push) Successful in 12s
All checks were successful
Deploy to Phoenix / deploy (push) Successful in 12s
This commit is contained in:
@@ -177,9 +177,9 @@ IP_DBIS_API_2="192.168.11.156"
|
||||
# d-bis.org public apex — Gov Portals DBIS on VMID 7804 (same as dbis.xom-dev :3001); override when production host is pinned
|
||||
IP_DBIS_PUBLIC_APEX="${IP_DBIS_PUBLIC_APEX:-192.168.11.54}"
|
||||
DBIS_PUBLIC_APEX_PORT="${DBIS_PUBLIC_APEX_PORT:-3001}"
|
||||
# core.d-bis.org — DBIS Core banking client portal; default API VM until dedicated UI (dbis_core); override in .env when UI has its own upstream
|
||||
IP_DBIS_CORE_CLIENT="${IP_DBIS_CORE_CLIENT:-192.168.11.155}"
|
||||
DBIS_CORE_CLIENT_PORT="${DBIS_CORE_CLIENT_PORT:-3000}"
|
||||
# core.d-bis.org — DBIS Core banking client portal on the DBIS frontend host (VMID 10130)
|
||||
IP_DBIS_CORE_CLIENT="${IP_DBIS_CORE_CLIENT:-192.168.11.130}"
|
||||
DBIS_CORE_CLIENT_PORT="${DBIS_CORE_CLIENT_PORT:-80}"
|
||||
|
||||
# Additional service/container IPs (for remaining script migration)
|
||||
IP_VALIDATOR_0="192.168.11.100"
|
||||
|
||||
Reference in New Issue
Block a user