This commit is contained in:
subochev 2026-02-19 05:08:28 +03:00
parent 766c676e52
commit 35467b47c2

View File

@ -6,9 +6,9 @@ data:
application.yaml: |
spring:
datasource:
url: jdbc:postgresql://db-p-dl1-01.isb:5432/devspace
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
url: jdbc:postgresql://192.168.76.142:5432/database
username: postgres
password: postgres
cloud:
vault:
enabled: true