{
"app": "Dashboard System", 程序名称
"version": "2.5.1", 版本号
"releaseDate": "2023-11-15", 发布日期
"production": true, 是否生产环境
"apiEndpoint": "https://api.example.com/v2", 访问路径
"maxConnections": 25, 最大链接数
"timeout": 30000, 超时/毫秒
"modules": [ 功能
"analytics",
"userManagement",
"reporting",
"notifications"
]
}