Updates Kilimo gateway-prod to use docker network
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user