This commit is contained in:
xds
2025-10-31 15:31:55 +03:00
parent 040da34ff7
commit 7972ea0fdf
117 changed files with 3691 additions and 2013 deletions

View File

@@ -1,11 +1,11 @@
spring.application.name=budger-app
server.port=8082
#server.servlet.context-path=/api
spring.webflux.base-path=/api
server.servlet.context-path=/api
#spring.webflux.base-path=/api
spring.profiles.active=prod
spring.main.web-application-type=reactive
spring.main.web-application-type=servlet
server.compression.enabled=true
server.compression.mime-types=application/json
@@ -16,7 +16,7 @@ spring.servlet.multipart.max-request-size=10MB
storage.location: static
spring.jackson.default-property-inclusion=non_null
# Expose prometheus, health, and info endpoints
#management.endpoints.web.exposure.include=prometheus,health,info
management.endpoints.web.exposure.include=*
@@ -25,5 +25,9 @@ management.endpoints.web.exposure.include=*
management.prometheus.metrics.export.enabled=true
telegram.bot.username = expenses_diary_bot
spring.flyway.enabled=true
spring.flyway.locations=classpath:db/migration
spring.flyway.baseline-on-migrate= false
spring.flyway.schemas=finance
spring.jpa.properties.hibernate.default_schema=finance
spring.jpa.properties.hibernate.default_batch_fetch_size=50