mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
18 lines
682 B
JSON
18 lines
682 B
JSON
{
|
|
"name": "@nocobase/plugin-environment-variables",
|
|
"version": "1.6.0-alpha.15",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"displayName": "Environment variables",
|
|
"displayName.zh-CN": "环境变量",
|
|
"description": "Centralized configuration and management of environment variables, used for sensitive data storage, configuration data reuse, multi-environment isolation, and more.",
|
|
"description.zh-CN": "集中配置和管理环境变量,用于敏感数据存储、配置数据重用、多环境隔离等。",
|
|
"keywords": [
|
|
"System management"
|
|
]
|
|
}
|