add-baidu-stat

This commit is contained in:
unknown
2025-04-05 17:46:25 +08:00
parent 16213d73b6
commit e5d80e01b6
4 changed files with 20 additions and 5 deletions

View File

@@ -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百度地图客户端应用AKOFFLINE_MODE=false时必须配置默认为""
17. BAIDU_MAP_SERVER_AK - string百度地图服务端应用AKOFFLINE_MODE=false时必须配置默认为""
18. ADMIN_USERNAME - string管理后台用户名默认为"admin"
19. ADMIN_PASSWORD - string管理后台密码,默认为"public"
20. STORAGE_ENGINE - string数据库引擎默认为"sqlite"
21. MYSQL_HOST - stringMySQL地址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 - stringMySQL地址STORAGE_ENGINE="mysql"时必须配置),默认为"localhost"
23. MYSQL_PORT - intMySQL地址STORAGE_ENGINE="mysql"时必须配置默认为3306
24. MYSQL_USER - stringMySQL用户名STORAGE_ENGINE="mysql"时必须配置),默认为""
25. MYSQL_PASS - stringMySQL密码STORAGE_ENGINE="mysql"时必须配置),默认为""