You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
437 B
Markdown

# 异世界百科 RESTBase配置文件
已开启功能:
* mobileapps
* mathoid
* cxserver
* parsoid
站点:
* www.isekai.cn (zh.1meji.com)
* en.1meji.com
为了降低开销内部调用API使用HTTP进行访问需要在NginX配置对应path不进行HTTPS跳转或者将RESTBase中的API地址改为HTTPS
# MySQL缓存依赖
需要使用npm安装MySQL缓存扩展包
```sh
npm i restbase-mod-table-isekai-mysql --save
```