diff --git a/kilimo-gateway-production.yml b/kilimo-gateway-production.yml index 7b1c10b..6a6228f 100644 --- a/kilimo-gateway-production.yml +++ b/kilimo-gateway-production.yml @@ -30,7 +30,7 @@ spring: maxAge: 3600 # Cache the preflight response for 1 hour routes: - id: kilimo_core_service - uri: http://apps_kilimo:9081 + uri: http://127.0.0.1:9081 predicates: - Path=/core/** - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH @@ -44,7 +44,7 @@ spring: key-resolver: "#{@userKeyResolver}" - id: kilimo_assistant_service - uri: http://apps_kilimo:9082 + uri: http://127.0.0.1:9082 predicates: - Path=/assistant/** - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH