stock-bot/apps/data-sync-service/config/default.json
2025-06-18 19:08:51 -04:00

15 lines
No EOL
296 B
JSON

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