From 00d4606c45ef36077399984e3ddd4a52416ee3b2 Mon Sep 17 00:00:00 2001 From: liosha84 <138026690+liosha84@users.noreply.github.com> Date: Sun, 6 Jul 2025 22:02:43 +0300 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0babeee..f1c3e72 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,8 +1,8 @@ spring.application.name=jambotron -spring.datasource.url= jdbc:postgresql://localhost:5432/jambotronDB -spring.datasource.username= admin -spring.datasource.password= postgrespw +spring.datasource.url= jdbc:postgresql://dpg-d1lcd2mr433s73din4k0-a:5432/jambotron_mpby +spring.datasource.username= jambotron_mpby_user +spring.datasource.password= yYbQlI1iCMl7oo4MsTQuV6a0rEr5fbUf #spring.datasource.url=${SPRING_DATASOURCE_URL} #spring.datasource.username=${SPRING_DATASOURCE_USERNAME}