2024-09-13 13:35:30 +08:00
|
|
|
|
additionalProperties:
|
|
|
|
|
formFields:
|
|
|
|
|
- child:
|
|
|
|
|
default: ""
|
|
|
|
|
envKey: PANEL_DB_HOST
|
|
|
|
|
required: true
|
|
|
|
|
type: service
|
|
|
|
|
default: postgresql
|
|
|
|
|
envKey: PANEL_DB_TYPE
|
|
|
|
|
labelEn: Database Service
|
|
|
|
|
labelZh: 数据库服务
|
|
|
|
|
required: true
|
|
|
|
|
type: apps
|
|
|
|
|
values:
|
|
|
|
|
- label: PostgreSQL
|
|
|
|
|
value: postgresql
|
|
|
|
|
- default: logto
|
|
|
|
|
envKey: PANEL_DB_NAME
|
|
|
|
|
labelEn: Database
|
|
|
|
|
labelZh: 数据库名
|
|
|
|
|
random: true
|
|
|
|
|
required: true
|
|
|
|
|
rule: paramCommon
|
|
|
|
|
type: text
|
|
|
|
|
- default: logto
|
|
|
|
|
envKey: PANEL_DB_USER
|
|
|
|
|
labelEn: User
|
|
|
|
|
labelZh: 数据库用户
|
|
|
|
|
random: true
|
|
|
|
|
required: true
|
|
|
|
|
rule: paramCommon
|
|
|
|
|
type: text
|
|
|
|
|
- default: logto
|
|
|
|
|
envKey: PANEL_DB_USER_PASSWORD
|
|
|
|
|
labelEn: Password
|
|
|
|
|
labelZh: 数据库用户密码
|
|
|
|
|
random: true
|
|
|
|
|
required: true
|
|
|
|
|
rule: paramComplexity
|
|
|
|
|
type: password
|
|
|
|
|
- default: 3001
|
|
|
|
|
envKey: PANEL_APP_PORT_HTTP_LOGTO
|
|
|
|
|
labelEn: Logto Port
|
|
|
|
|
labelZh: Logto 监听的端口
|
|
|
|
|
required: true
|
|
|
|
|
rule: paramPort
|
|
|
|
|
type: number
|
|
|
|
|
- default: 3002
|
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
|
labelEn: Logto Admin Port
|
|
|
|
|
labelZh: Logto 管理控制台端口
|
|
|
|
|
required: true
|
|
|
|
|
rule: paramPort
|
|
|
|
|
type: number
|
2024-09-13 14:30:41 +08:00
|
|
|
|
- default: https://logto.domain.com
|
2024-09-13 13:35:30 +08:00
|
|
|
|
edit: true
|
|
|
|
|
envKey: LOGTO_ENDPOINT_URL
|
|
|
|
|
labelEn: Logto Endpoint
|
2024-09-13 14:30:41 +08:00
|
|
|
|
labelZh: Logto 服务地址(进入网站页面添加反向代理网站,并启用 HTTPS)
|
2024-09-13 13:35:30 +08:00
|
|
|
|
required: true
|
|
|
|
|
rule: paramHttp
|
|
|
|
|
type: text
|
2024-09-13 14:30:41 +08:00
|
|
|
|
- default: https://admin.domain.com
|
2024-09-13 13:35:30 +08:00
|
|
|
|
edit: true
|
|
|
|
|
envKey: LOGTO_ADMIN_ENDPOINT_URL
|
|
|
|
|
labelEn: Logto Admin Endpoint
|
2024-09-13 14:30:41 +08:00
|
|
|
|
labelZh: Logto 管理控制台地址(进入网站页面添加反向代理网站,并启用 HTTPS)
|
2024-09-13 13:35:30 +08:00
|
|
|
|
required: true
|
|
|
|
|
rule: paramHttp
|
|
|
|
|
type: text
|