15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"service": {
|
|
"name": "web-api",
|
|
"port": 4000,
|
|
"host": "0.0.0.0",
|
|
"healthCheckPath": "/health",
|
|
"metricsPath": "/metrics",
|
|
"shutdownTimeout": 30000,
|
|
"cors": {
|
|
"enabled": true,
|
|
"origin": ["http://localhost:4200", "http://localhost:3000", "http://localhost:3002"],
|
|
"credentials": true
|
|
}
|
|
}
|
|
}
|