appstore/apps/linkstack/latest/data.yml
2024-04-29 16:53:10 +08:00

59 lines
1.7 KiB
YAML

additionalProperties:
formFields:
- default: 40225
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Application HTTP Port
labelZh: 应用 HTTP 端口
required: true
type: number
- default: 40226
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: Application HTTPS Port
labelZh: 应用 HTTPS 端口
required: true
type: number
- default: www.example.xyz
edit: true
envKey: HTTP_SERVER_NAME
labelEn: HTTP Server Name
labelZh: HTTP 服务器名称
required: true
type: text
- default: www.example.xyz
edit: true
envKey: HTTPS_SERVER_NAME
labelEn: HTTPS Server Name
labelZh: HTTPS 服务器名称
required: true
type: text
- default: admin@example.xyz
edit: true
envKey: SERVER_ADMIN
labelEn: Server Admin
labelZh: 服务器管理员
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text
- default: 512M
edit: true
envKey: PHP_MEMORY_LIMIT
labelEn: PHP Memory Limit
labelZh: PHP 内存限制
required: true
type: text
- default: 8M
edit: true
envKey: UPLOAD_MAX_FILESIZE
labelEn: Upload Max Filesize
labelZh: 上传文件最大限制
required: true
type: text