RED-6686 missing configs
This commit is contained in:
parent
416b47506c
commit
c2d2e94a56
@ -0,0 +1,5 @@
|
||||
server:
|
||||
port: 8099
|
||||
|
||||
persistence-service.url: "http://localhost:8085"
|
||||
tenant-user-management-service.url: "http://localhost:8091/tenant-user-management/internal"
|
||||
@ -2,7 +2,7 @@ info:
|
||||
description: Search Service Server V1
|
||||
|
||||
persistence-service.url: "http://persistence-service-v1:8080"
|
||||
tenant-user-management-service.url: "http://tenant-user-management-service:8080"
|
||||
tenant-user-management-service.url: "http://tenant-user-management-service:8080/tenant-user-management/internal"
|
||||
fforesight.tenants.remote: true
|
||||
|
||||
server:
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
ribbon:
|
||||
ConnectTimeout: 600000
|
||||
ReadTimeout: 600000
|
||||
@ -21,3 +22,6 @@ management:
|
||||
metrics.export.prometheus.enabled: true
|
||||
|
||||
persistence-service.url: 'http://mock.url'
|
||||
|
||||
server:
|
||||
port: 19547
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user