RED-6686 missing configs

This commit is contained in:
Timo Bejan 2023-06-14 10:37:29 +03:00
parent 416b47506c
commit c2d2e94a56
3 changed files with 10 additions and 1 deletions

View File

@ -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"

View File

@ -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:

View File

@ -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