This commit is contained in:
xds
2025-10-16 15:06:20 +03:00
commit 040da34ff7
78 changed files with 3934 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
spring.application.name=budger-app
server.port=8082
#server.servlet.context-path=/api
spring.webflux.base-path=/api
spring.profiles.active=prod
spring.main.web-application-type=reactive
server.compression.enabled=true
server.compression.mime-types=application/json
# ???????????? ?????? ????? (?? ????????? 1 ??)
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
storage.location: static
# Expose prometheus, health, and info endpoints
#management.endpoints.web.exposure.include=prometheus,health,info
management.endpoints.web.exposure.include=*
# Enable Prometheus metrics export
management.prometheus.metrics.export.enabled=true
telegram.bot.username = expenses_diary_bot