summarylogtreecommitdiffstats
path: root/kafka-ui.yaml
blob: 3aaf9e9adeb4fa9d472cdbeb95b2a399fbdce748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
server:
  port: 8080

kafka:
  clusters:
    - name: local
      bootstrapServers: localhost:9092

# Example auth (optional):
# auth:
#   type: LOGIN_FORM
# spring:
#   security:
#     user:
#       name: admin
#       password: pass