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