| 1234567891011121314151617 |
- # P2-WP11 local development isolation profile. No production secrets belong here.
- DATAOPS_ENVIRONMENT=development
- DATAOPS_DATA_NAMESPACE=dataops-development
- DATAOPS_NETWORK_NAME=dataops-development-net
- DATAOPS_POSTGRES_PORT=45432
- SOURCE_POSTGRES_PORT=45433
- SOURCE_MYSQL_PORT=43306
- NEO4J_HTTP_PORT=47474
- NEO4J_BOLT_PORT=47687
- MINIO_API_PORT=49000
- MINIO_CONSOLE_PORT=49001
- N8N_PORT=45678
- KESTRA_PORT=48080
- RUNNER_PORT=45600
- BACKEND_PORT=45500
- FRONTEND_PORT=48183
- DATA_FACTORY_ACTIVATION_ENABLED=false
|