From bba528728916dff90c2fc37459e0f12088eb8bc0 Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Sun, 18 Jan 2026 08:32:33 -0500 Subject: [PATCH] properties file changes --- 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 a22737b..0234d40 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,8 +1,8 @@ spring.application.name=BattlBuilderAPI # Database connection properties -spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ss_builder -spring.datasource.username=postgres -spring.datasource.password=cul8rman +spring.datasource.url=jdbc:postgresql://ash.gofwd.group:5433/ss_builder +spring.datasource.username=dba +spring.datasource.password=!@#Qwerty spring.datasource.driver-class-name=org.postgresql.Driver