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
|
|
|
|
- envKey: MEILI_NO_ANALYTICS
|
2023-08-02 18:17:06 +08:00
|
|
|
default: ''
|
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: 开启
|
|
|
|
value: ''
|
|
|
|
- label: 关闭
|
|
|
|
value: --no-analytics
|