From 49b5428a87d6f26f49e669fa95275e1177c2a1c7 Mon Sep 17 00:00:00 2001 From: HelenSotnik <63450632+HelenSotnik@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:30:25 +0200 Subject: [PATCH] Commit with properties (#316) Co-authored-by: Lena Sotnik --- core/src/main/resources/application-dev.properties | 1 - core/src/main/resources/application-docker.properties | 1 - core/src/main/resources/application-prod.properties | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/src/main/resources/application-dev.properties b/core/src/main/resources/application-dev.properties index 99355d0d2..d9334ca76 100644 --- a/core/src/main/resources/application-dev.properties +++ b/core/src/main/resources/application-dev.properties @@ -16,7 +16,6 @@ spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.xml spring.jpa.hibernate.ddl-auto=validate spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.show-sql=true -spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect # Mail sender spring.mail.host=smtp.gmail.com diff --git a/core/src/main/resources/application-docker.properties b/core/src/main/resources/application-docker.properties index 09f43eb84..0e5fd6271 100644 --- a/core/src/main/resources/application-docker.properties +++ b/core/src/main/resources/application-docker.properties @@ -16,7 +16,6 @@ spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.xml spring.jpa.hibernate.ddl-auto=validate spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.show-sql=true -spring.jpa.database-platform =org.hibernate.dialect.PostgreSQL9Dialect # Mail sender spring.mail.host=smtp.gmail.com diff --git a/core/src/main/resources/application-prod.properties b/core/src/main/resources/application-prod.properties index 1853d876e..3ffba9f97 100644 --- a/core/src/main/resources/application-prod.properties +++ b/core/src/main/resources/application-prod.properties @@ -42,8 +42,8 @@ verifyEmailTimeHour=${VERIFY_EMAIL} # Logger logging.level.root=${LOG_LEVEL_ROOT} logging.level.greencity.exception.handler.CustomExceptionHandler=${LOG_EXCEPTION_HANDLER} -logging.path=${LOG_PATH} -logging.file=${LOG_FILE} +logging.file.path=${LOG_PATH} +logging.file.name=${LOG_FILE} logging.pattern.file=${LOG_PATTERN} # RabbitMQ messaging.rabbit.email.topic=${EMAIL_TOPIC}