15 lines
279 B
JSON
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
|
|
}
|
|
}
|
|
}
|