Added Skool bus config

This commit is contained in:
2026-06-06 17:50:35 +03:00
parent 44bb677324
commit bcffd0d74b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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