File size: 292 Bytes
ec95647 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | kafka:
brokers: ["localhost:9092"]
schemaRegistry:
enabled: true
urls: ["http://localhost:8081"]
redpanda:
adminApi:
enabled: true
urls: ["http://localhost:9644"]
server:
listenPort: 8080
basePath: "/ui"
setBasePathFromXForwardedPrefix: false
stripPrefix: true |