27 lines
446 B
YAML
27 lines
446 B
YAML
conf:
|
|
listen:
|
|
host: 0.0.0.0
|
|
port: 9000
|
|
etcd:
|
|
endpoints:
|
|
- http://etcd:2379
|
|
log:
|
|
error_log:
|
|
level: warn
|
|
file_path:
|
|
logs/error.log
|
|
authentication:
|
|
secret:
|
|
secret
|
|
expire_time: 3600
|
|
users:
|
|
- username: jingrow2025
|
|
password: JA9d#3kL8pQz!2Xv
|
|
- username: jingrowuser
|
|
password: JA9d#3kL8pQz!1VA
|
|
plugin_attr:
|
|
prometheus:
|
|
export_addr:
|
|
ip: "0.0.0.0"
|
|
port: 9091
|