Mrdoc/config/config.ini
2021-03-21 17:32:44 +08:00

26 lines
692 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]
[selenium]
# 在Windows环境下测试或使用请配置driver = Chrome
# driver = Chrome
# 如果系统无法正确安装或识别chromedriver请指定chromedriver在计算机上的绝对路径
# driver_path = driver_path