bbcovert/config.sample.toml

15 lines
674 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[dump]
server = "127.0.0.1" # 服务器 IP推荐本地数据库或者直接在服务器上运行脚本
port = 3306 # 端口,一般不用改
user = "root" # 用户名
passwd = "your_passwd" # 密码,必填
charset = "utf8mb4" # 字符集,出问题可以试试 `utf8`
db = "smf" # 数据库名,根据自己情况
table = "phpbb2" # 表前缀,一般不用改
clean = true # 是否清理先前生成,推荐打开
[render]
show_st = false # 显示详细信息,打开会降低生成速度
clean = true # 是否清理先前生成,推荐打开
page_split = 20 # 多少内容为一页,推荐 202550