stock-bot/apps/data-pipeline/config/default.json
2025-06-22 17:55:51 -04:00

15 lines
279 B
JSON

{
"service": {
"name": "data-pipeline",
"port": 3005,
"host": "0.0.0.0",
"healthCheckPath": "/health",
"metricsPath": "/metrics",
"shutdownTimeout": 30000,
"cors": {
"enabled": true,
"origin": "*",
"credentials": false
}
}
}