Create console.yaml
Browse files- console.yaml +16 -0
console.yaml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
kafka:
|
| 2 |
+
brokers: ["localhost:9092"]
|
| 3 |
+
schemaRegistry:
|
| 4 |
+
enabled: true
|
| 5 |
+
urls: ["http://localhost:8081"]
|
| 6 |
+
|
| 7 |
+
redpanda:
|
| 8 |
+
adminApi:
|
| 9 |
+
enabled: true
|
| 10 |
+
urls: ["http://localhost:9644"]
|
| 11 |
+
|
| 12 |
+
server:
|
| 13 |
+
listenPort: 8080
|
| 14 |
+
basePath: "/ui"
|
| 15 |
+
setBasePathFromXForwardedPrefix: false
|
| 16 |
+
stripPrefix: true
|