From da188a65a48ba749fad1e6abef16dfeed56e02f1 Mon Sep 17 00:00:00 2001 From: "Kayashov.SM" Date: Sat, 29 Nov 2025 14:53:37 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5f3f23c..6b31275 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,9 +3,9 @@ spring.application.name=myBar cocktail.photo.path=${COCKTAIL_PHOTO_PATH:/mnt/sdb1/my-bar-front/build/assets/cocktails} spring.datasource.driver-class-name=org.postgresql.Driver -spring.datasource.url=${DB_URL:jdbc:postgresql://192.168.1.100:5432/drinks} -spring.datasource.username=${DB_NAME:nextcloud} -spring.datasource.password=${DB_PASSWORD:kayash73} +spring.datasource.url=${DB_URL:jdbc:postgresql://localhost:5433/drink} +spring.datasource.username=${DB_NAME:postgres} +spring.datasource.password=${DB_PASSWORD:pgpass} spring.datasource.hikari.minimum-idle=15 spring.datasource.hikari.maximum-pool-size=50 spring.datasource.hikari.idle-timeout=30000 @@ -15,4 +15,6 @@ spring.jpa.generate-ddl=true token.signing.key=${SIGNING_KEY:ThisIsKayashovBarSecretKey-1.0.0Version} -spring.jpa.show-sql=false \ No newline at end of file +spring.jpa.show-sql=false + +#server.port=8081 \ No newline at end of file