fixed up data-service
This commit is contained in:
parent
68d977f9e0
commit
6b69bcbcaa
8 changed files with 135 additions and 535 deletions
15
apps/data-service/config/default.json
Normal file
15
apps/data-service/config/default.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue