mm_os
Version:
MM_OS服务端架构,用于快速构建应用程序,支持网站建设、小程序后台、AI应用、物联网(IOT/AIOT)、游戏服务端等多种场景。
19 lines • 400 B
JSON
{
"name": "web_base",
"title": "web基本功能",
"description": "用于网站常规功能",
"main": "index.js",
"type": "web",
"state": 1,
"sort": 40,
// 发送的JSON最大大小
"json_limit": "20mb",
// 缓存最大时长
"max_age": 7200,
// 最大文件大小
"max_file_fize": 2097152000,
// 是否brotli压缩
"brotli": true,
// 是否gzip压缩
"gzip": true
}