2023-08-02 17:01:09 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
2023-08-02 18:17:06 +08:00
|
|
|
- envKey: PANEL_APP_PORT_HTTP
|
2023-08-02 17:01:09 +08:00
|
|
|
default: 7700
|
|
|
|
labelEn: Port
|
|
|
|
labelZh: 端口
|
|
|
|
edit: true
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- envKey: MEILI_MASTER_KEY
|
|
|
|
default: HmPEKZhcoANzRt3DTPhRQVRxPEVZw7m2TymKwKhs
|
|
|
|
labelEn: MasterKey
|
|
|
|
labelZh: 主密钥
|
|
|
|
edit: true
|
|
|
|
required: true
|
|
|
|
random: true
|
|
|
|
rule: paramComplexity
|
|
|
|
type: password
|
2024-07-31 12:17:57 +08:00
|
|
|
- default: "true"
|
|
|
|
envKey: MEILI_NO_ANALYTICS
|
2023-08-02 17:01:09 +08:00
|
|
|
labelEn: Meilisearch's built-in telemetry
|
|
|
|
labelZh: Meilisearch 的内置遥测
|
|
|
|
edit: true
|
|
|
|
type: select
|
|
|
|
values:
|
2023-08-02 18:17:06 +08:00
|
|
|
- label: 开启
|
2024-07-31 12:17:57 +08:00
|
|
|
value: "true"
|
2023-08-02 18:17:06 +08:00
|
|
|
- label: 关闭
|
2024-07-31 12:17:57 +08:00
|
|
|
value: "false"
|