Files
go-voice-changer/config.yaml
2025-08-01 01:00:23 +08:00

10 lines
153 B
YAML

# 数据库配置
database:
username: "root"
password: "root"
host: "localhost"
port: 3306
database: "test"
# 当前监听的端口
port: 6309