feat: add realtime codenames game
This commit is contained in:
16
src/main/resources/application.yaml
Normal file
16
src/main/resources/application.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
server:
|
||||
shutdown: graceful
|
||||
|
||||
spring:
|
||||
lifecycle:
|
||||
timeout-per-shutdown-phase: 20s
|
||||
|
||||
management:
|
||||
endpoint:
|
||||
health:
|
||||
probes:
|
||||
enabled: true
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: health,info
|
||||
Reference in New Issue
Block a user