diff --git a/kilimo-assistant-production.yml b/kilimo-assistant-production.yml index 6fe84e6..f741bef 100644 --- a/kilimo-assistant-production.yml +++ b/kilimo-assistant-production.yml @@ -5,7 +5,7 @@ spring: name: farm-kilimo-ms-assistant data: redis: - host: localhost + host: redis port: 6379 datasource: url: jdbc:postgresql://postgres:5432/kilimo_assistant diff --git a/kilimo-service-production.yml b/kilimo-service-production.yml index 28c9490..f6d43da 100644 --- a/kilimo-service-production.yml +++ b/kilimo-service-production.yml @@ -5,7 +5,7 @@ spring: name: farm-kilimo-ms-core data: redis: - host: localhost + host: redis port: 6379 datasource: url: jdbc:postgresql://postgres:5432/kilimo