add-baidu-stat
This commit is contained in:
@@ -100,10 +100,11 @@ https://gitee.com/bnu_mixly/mixio-linux-x86-dist/blob/darwin/mixio
|
||||
15. OFFLINE_MODE - bool,是否禁用天气/地图数据,默认为true
|
||||
16. BAIDU_MAP_AK - string,百度地图客户端应用AK(OFFLINE_MODE=false时必须配置),默认为""
|
||||
17. BAIDU_MAP_SERVER_AK - string,百度地图服务端应用AK(OFFLINE_MODE=false时必须配置),默认为""
|
||||
18. ADMIN_USERNAME - string,管理后台用户名,默认为"admin"
|
||||
19. ADMIN_PASSWORD - string,管理后台密码,默认为"public"
|
||||
20. STORAGE_ENGINE - string,数据库引擎,默认为"sqlite"
|
||||
21. MYSQL_HOST - string,MySQL地址(STORAGE_ENGINE="mysql"时必须配置),默认为"localhost"
|
||||
18. BAIDU_STAT_LINK - string, 百度统计链接,通常以"https://hm.baidu.com/hm.js?"开头
|
||||
19. ADMIN_USERNAME - string,管理后台用户名,默认为"admin"
|
||||
20. ADMIN_PASSWORD - string,管理后台密码,默认为"public"
|
||||
21. STORAGE_ENGINE - string,数据库引擎,默认为"sqlite"
|
||||
22. MYSQL_HOST - string,MySQL地址(STORAGE_ENGINE="mysql"时必须配置),默认为"localhost"
|
||||
23. MYSQL_PORT - int,MySQL地址(STORAGE_ENGINE="mysql"时必须配置),默认为3306
|
||||
24. MYSQL_USER - string,MySQL用户名(STORAGE_ENGINE="mysql"时必须配置),默认为""
|
||||
25. MYSQL_PASS - string,MySQL密码(STORAGE_ENGINE="mysql"时必须配置),默认为""
|
||||
|
||||
Reference in New Issue
Block a user