update project

This commit is contained in:
2025-07-29 14:01:51 +02:00
committed by swordsteel
parent 534a77193b
commit b34b9f5b22
6 changed files with 21 additions and 29 deletions

View File

@@ -11,7 +11,6 @@ spring:
version: "%APP_BUILD_OS_VERSION%"
session:
timeout: 60m
redis:
namespace: "spring:session:management"
data:
@@ -20,16 +19,17 @@ spring:
management:
endpoints:
enabled-by-default: false
access:
default: none
web:
exposure:
include: "health,info"
endpoint:
health:
enabled: true
show-details: always
access: read_only
info:
enabled: true
access: read_only
jwt:
public-key: cert/public_key.pem

View File

@@ -1,11 +0,0 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
<logger level="DEBUG" name="ltd.hlaeja"/>
</configuration>