21 lines
403 B
YAML
21 lines
403 B
YAML
|
|
server:
|
||
|
|
port: 8080
|
||
|
|
|
||
|
|
proxy:
|
||
|
|
filters:
|
||
|
|
usernameFilter:
|
||
|
|
- private
|
||
|
|
routes:
|
||
|
|
- https://discord.com/api/webhooks/1498794785475920022/bwoytZA_iDvza86fbR9aOFXNOcv9_Fl5P5taoOaMHjey_X3YLRt5FGbDjt9uPiKHJ8yi
|
||
|
|
|
||
|
|
# Spring Boot Actuator — exposes /actuator/health endpoint
|
||
|
|
management:
|
||
|
|
endpoints:
|
||
|
|
web:
|
||
|
|
exposure:
|
||
|
|
include: health, info
|
||
|
|
|
||
|
|
logging:
|
||
|
|
level:
|
||
|
|
dev.webhookproxy: DEBUG
|