Added Redis

This commit is contained in:
2026-03-12 15:52:14 +03:00
parent ee303dd587
commit bbc31f85b6
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -3,6 +3,10 @@ server:
spring:
application:
name: farm-kilimo-ms-core
data:
redis:
host: localhost
port: 6379
datasource:
url: jdbc:postgresql://localhost:5432/kilimo
username: root
+4
View File
@@ -3,6 +3,10 @@ server:
spring:
application:
name: farm-kilimo-ms-core
data:
redis:
host: localhost
port: 6379
datasource:
url: jdbc:postgresql://127.0.0.1:5432/kilimo
username: apiuser
+4
View File
@@ -3,6 +3,10 @@ server:
spring:
application:
name: farm-kilimo-ms-core
data:
redis:
host: localhost
port: 6379
datasource:
url: jdbc:postgresql://145.241.246.130:5432/kilimo
username: apiuser