update internal URIs
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -29,29 +29,18 @@ spring:
|
||||
maxBackoff: 5000ms
|
||||
routes:
|
||||
- id: timezone-service
|
||||
uri: ${TIMEZONE_SERVICE_URI:http://timezone-service}
|
||||
uri: ${TIMEZONE_SERVICE_URI:http://timezone-service.web:8080}
|
||||
predicates:
|
||||
- Path=/v1/timezone/**
|
||||
filters:
|
||||
- name: GCPGatewayFilter
|
||||
args:
|
||||
audience: ${TIMEZONE_SERVICE_URI:http://timezone-service}
|
||||
|
||||
- id: account-service
|
||||
uri: ${BACKEND_SERVICE_URI:http://backend-service}
|
||||
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}
|
||||
predicates:
|
||||
- Path=/v1/account/**
|
||||
filters:
|
||||
- name: GCPGatewayFilter
|
||||
args:
|
||||
audience: ${BACKEND_SERVICE_URI:http://backend-service}
|
||||
|
||||
- id: token-service
|
||||
uri: ${BACKEND_SERVICE_URI:http://backend-service}
|
||||
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}
|
||||
predicates:
|
||||
- Path=/v1/token/**
|
||||
filters:
|
||||
- AuthGatewayFilter
|
||||
- name: GCPGatewayFilter
|
||||
args:
|
||||
audience: ${BACKEND_SERVICE_URI:http://backend-service}
|
||||
|
Reference in New Issue
Block a user