MrDoc/config/config.ini

27 lines
879 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
[locale]
# 默认站点语言为 中文简体,如需使用其他语言,请配置 language 参数;
# 默认站点时区为 Asia/Shanghai如需使用其他时区请配置 timezone 参数
[selenium]
# 在Windows环境下测试或使用请配置driver = Chrome
# driver = Chrome
# 如果系统无法正确安装或识别chromedriver请指定chromedriver在计算机上的绝对路径
# driver_path = driver_path