Skip to content

Commit

Permalink
Update application-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jan 19, 2023
1 parent 47cde10 commit 1d84cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.servlet.multipart.max-request-size=128MB
spring.servlet.multipart.enabled=true
spring.datasource.hikari.maximumPoolSize={$BATCH_JOBS_MAX_POOL_SIZE:5}
spring.main.banner-mode=off
server.use-forward-headers=true
server.forward-headers-strategy=NATIVE
api.version=1.0
org.quartz.scheduler.instanceName = MyScheduler
org.quartz.threadPool.threadCount = 1
Expand Down

0 comments on commit 1d84cca

Please sign in to comment.