init
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user