This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RequestCounter/bin/conf/config.yml
T
2022-02-05 17:43:04 +08:00

13 lines
204 B
YAML

output:
# 日志等级 DEBUG INFO WARNING ERROR CRITICAL
level: INFO
# 日志是否开启颜色 True False
color: True
servers:
# 地址 string
host: 0.0.0.0
# 端口 integer
port: 5000