init
This commit is contained in:
29
src/main/resources/application.properties
Normal file
29
src/main/resources/application.properties
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user