MrDoc/config/config.ini
2020-05-21 13:32:11 +08:00

22 lines
695 B
INI
Raw 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.

[site]
# True表示开启站点调试模式False表示关闭站点调试模式
debug = False
[database]
# engine指定数据库类型接受sqlite、mysql、oracle、postgresql
engine = sqlite
# name表示数据库的名称
# name = db_name
# user表示数据库用户名
# user = db_user
# password表示数据库用户密码
# password = db_pwd
# host表示数据库主机地址
# host = db_host
# port表示数据库端口
# port = db_port
[chromium]
# path用于指定Chromium的路径不指定则使用默认的
# path = chromium_path
# args用于指定Chromium的启动参数使用英文逗号分隔多个参数不指定则使用默认
# args = --no-sandbox,--disbale-gpu