starting data-sync service
This commit is contained in:
parent
96f515a76b
commit
bd8a5bfe9e
13 changed files with 43 additions and 210 deletions
|
|
@ -2,6 +2,14 @@
|
|||
"service": {
|
||||
"name": "data-sync-service",
|
||||
"port": 3005,
|
||||
"environment": "development"
|
||||
"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