mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
71 lines
1.7 KiB
YAML
71 lines
1.7 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "1111"
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "http://1.2.3.4:1111"
|
|
envKey: NEXTAUTH_URL
|
|
labelEn: NextAuth URL
|
|
labelZh: 基本 URL
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: "http://1.2.3.4:1111"
|
|
envKey: NEXT_PUBLIC_BASE_URL
|
|
labelEn: Next Public Base URL
|
|
labelZh: 公共基本 URL
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: "my_ultra_secure_nextauth_secret"
|
|
envKey: NEXTAUTH_SECRET
|
|
labelEn: NextAuth Secret
|
|
labelZh: NextAuth 密钥
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: ""
|
|
envKey: PANEL_DB_HOST
|
|
key: postgresql
|
|
labelEn: PostgreSQL Database Service
|
|
labelZh: PostgreSQL 数据库服务
|
|
required: true
|
|
type: service
|
|
- default: "5432"
|
|
edit: true
|
|
envKey: PANEL_DB_PORT
|
|
labelEn: Database Port Number
|
|
labelZh: 数据库端口号
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "blinko"
|
|
envKey: PANEL_DB_NAME
|
|
labelEn: Database
|
|
labelZh: 数据库名
|
|
random: true
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: "blinko"
|
|
envKey: PANEL_DB_USER
|
|
labelEn: User
|
|
labelZh: 数据库用户
|
|
random: true
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: "blinko"
|
|
envKey: PANEL_DB_USER_PASSWORD
|
|
labelEn: Password
|
|
labelZh: 数据库用户密码
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|