Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
1006 B
Plaintext
31 lines
1006 B
Plaintext
# Cloudflare DNS Update Configuration
|
|
# Copy this to .env and update with your values
|
|
|
|
# Public IP for all services (single IP for NAT routing)
|
|
PUBLIC_IP=76.53.10.35
|
|
|
|
# Cloudflare Authentication (use either API Token OR Email/API Key)
|
|
# Option 1: API Token (recommended)
|
|
CLOUDFLARE_API_TOKEN=your-cloudflare-api-token-here
|
|
|
|
# Option 2: Email + API Key (alternative)
|
|
# CLOUDFLARE_EMAIL=your-email@example.com
|
|
# CLOUDFLARE_API_KEY=your-cloudflare-api-key-here
|
|
|
|
# Zone IDs for each domain
|
|
# Get these from Cloudflare Dashboard → Domain → Overview → Zone ID
|
|
|
|
# sankofa.nexus zone
|
|
CLOUDFLARE_ZONE_ID_SANKOFA_NEXUS=your-sankofa-nexus-zone-id
|
|
|
|
# d-bis.org zone
|
|
CLOUDFLARE_ZONE_ID_D_BIS_ORG=your-d-bis-org-zone-id
|
|
# OR use the legacy variable name:
|
|
# CLOUDFLARE_ZONE_ID=your-d-bis-org-zone-id
|
|
|
|
# mim4u.org zone
|
|
CLOUDFLARE_ZONE_ID_MIM4U_ORG=your-mim4u-org-zone-id
|
|
|
|
# defi-oracle.io zone (rpc.public-0138, rpc, wss → PUBLIC_IP for Chain 138 RPC)
|
|
CLOUDFLARE_ZONE_ID_DEFI_ORACLE_IO=your-defi-oracle-io-zone-id
|