stock-bot/apps/data-service/config/default.json
2025-06-18 20:11:05 -04:00

15 lines
No EOL
277 B
JSON

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