diff --git a/kilimo-assistant-production.yml b/kilimo-assistant-production.yml index 47a311c..8f856bd 100644 --- a/kilimo-assistant-production.yml +++ b/kilimo-assistant-production.yml @@ -8,7 +8,7 @@ spring: host: localhost port: 6379 datasource: - url: jdbc:postgresql://127.0.0.1:5432/kilimo_assistant + url: jdbc:postgresql://postgres:5432/kilimo_assistant username: apiuser password: 4hKiOnTqbP2kLwR driver-class-name: org.postgresql.Driver diff --git a/kilimo-service-production.yml b/kilimo-service-production.yml index ea866d0..a74d2fb 100644 --- a/kilimo-service-production.yml +++ b/kilimo-service-production.yml @@ -8,7 +8,7 @@ spring: host: localhost port: 6379 datasource: - url: jdbc:postgresql://127.0.0.1:5432/kilimo + url: jdbc:postgresql://postgres:5432/kilimo username: apiuser password: 4hKiOnTqbP2kLwR driver-class-name: org.postgresql.Driver