.env.rehearsal.example 552 B

123456789101112131415161718
  1. # Isolated ports and network for the WP13 recovery rehearsal.
  2. DATAOPS_POSTGRES_PORT=35432
  3. SOURCE_POSTGRES_PORT=35433
  4. SOURCE_MYSQL_PORT=33306
  5. NEO4J_HTTP_PORT=37474
  6. NEO4J_BOLT_PORT=37687
  7. MINIO_API_PORT=39000
  8. MINIO_CONSOLE_PORT=39001
  9. N8N_PORT=35678
  10. KESTRA_PORT=38080
  11. RUNNER_PORT=35600
  12. BACKEND_PORT=35500
  13. FRONTEND_PORT=38183
  14. DATAOPS_NETWORK_NAME=dataops-wp13-restore-net
  15. # The demonstration stack keeps local-only credentials in Compose.
  16. # Enterprise acceptance must replace them through the approved secret channel.
  17. DATA_FACTORY_ACTIVATION_ENABLED=false