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

23 lines
289 B
YAML

servers:
# 服务器建立的地址
host: "0.0.0.0"
# 服务器监听的端口
port: 5000
database:
# 数据库类型
type: sqlite
sqlite:
path: "./bin/db/data.db"
# 暂未开发
# mysql:
# address: "localhost"
# port: 3306
# user: ""
# password: ""