mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
cb1931f9bf
* chore(deps): update getmeili/meilisearch docker tag to v1.6.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
30 lines
745 B
YAML
30 lines
745 B
YAML
additionalProperties:
|
|
formFields:
|
|
- envKey: PANEL_APP_PORT_HTTP
|
|
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
|
|
default: ''
|
|
labelEn: Meilisearch's built-in telemetry
|
|
labelZh: Meilisearch 的内置遥测
|
|
edit: true
|
|
type: select
|
|
values:
|
|
- label: 开启
|
|
value: ''
|
|
- label: 关闭
|
|
value: --no-analytics |