934dd314a8
update notes: - '--listen-address' and '--watch-dir' cli flags are deprecated - add '--config' cli flag and config.yaml
11 lines
170 B
YAML
11 lines
170 B
YAML
server:
|
|
listen: :9793
|
|
|
|
sources:
|
|
- kind: file
|
|
name: homelab-certs
|
|
paths:
|
|
- /certs/*.crt
|
|
- /certs/*.pem
|
|
- /certs/*.cer
|
|
refreshInterval: 1m |