fixed up data-service

This commit is contained in:
Boki 2025-06-18 20:11:05 -04:00
parent 68d977f9e0
commit 6b69bcbcaa
8 changed files with 135 additions and 535 deletions

View file

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