mirror of
https://github.com/aceld/kis-flow.git
synced 2025-01-23 07:30:23 +08:00
8 lines
275 B
YAML
8 lines
275 B
YAML
# kistype Global is the global configuration for kisflow
|
|
kistype: global
|
|
# Whether to enable prometheus monitoring
|
|
prometheus_enable: true
|
|
# Whether kisflow needs to listen on a separate port
|
|
prometheus_listen: true
|
|
# Prometheus scrape address
|
|
prometheus_serve: 0.0.0.0:20004 |