mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
refactor: 去除 tailchat 部分安装参数
This commit is contained in:
@@ -10,27 +10,17 @@ additionalProperties:
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
envKey: PANEL_DB_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: 缓存服务服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "6379"
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis Service Port
|
||||
labelZh: 缓存服务服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Redis Service Password
|
||||
labelZh: 缓存服务服务密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
@@ -40,14 +30,6 @@ additionalProperties:
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "27017"
|
||||
edit: true
|
||||
envKey: MONGO_PORT
|
||||
labelEn: Database Service Port
|
||||
labelZh: 数据库服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: tailchat
|
||||
edit: true
|
||||
envKey: MONGO_DB
|
||||
@@ -80,14 +62,6 @@ additionalProperties:
|
||||
labelZh: 文件存储服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "9001"
|
||||
edit: true
|
||||
envKey: MINIO_PORT
|
||||
labelEn: Storage Service Port
|
||||
labelZh: 文件存储服务API端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: MINIO_USER
|
||||
|
||||
@@ -11,10 +11,10 @@ services:
|
||||
- LOGGER=true
|
||||
- LOGLEVEL=info
|
||||
- PORT=11000
|
||||
- REDIS_URL=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}
|
||||
- TRANSPORTER=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}
|
||||
- MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:${MONGO_PORT}/${MONGO_DB}?authSource=admin
|
||||
- MINIO_URL=${MINIO_HOST}:${MINIO_PORT}
|
||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
||||
- TRANSPORTER=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
||||
- MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:27017/${MONGO_DB}?authSource=admin
|
||||
- MINIO_URL=${MINIO_HOST}:9001
|
||||
- MINIO_USER=${MINIO_USER}
|
||||
- MINIO_PASS=${MINIO_PASS}
|
||||
- SMTP_SENDER=${SMTP_SENDER}
|
||||
@@ -37,10 +37,10 @@ services:
|
||||
- ADMIN_PASS=${ADMIN_PASSWORD}
|
||||
- LOGGER=true
|
||||
- LOGLEVEL=info
|
||||
- REDIS_URL=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}
|
||||
- TRANSPORTER=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}
|
||||
- MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:${MONGO_PORT}/${MONGO_DB}?authSource=admin
|
||||
- MINIO_URL=${MINIO_HOST}:${MINIO_PORT}
|
||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
||||
- TRANSPORTER=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
||||
- MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:27017/${MONGO_DB}?authSource=admin
|
||||
- MINIO_URL=${MINIO_HOST}:9001
|
||||
- MINIO_USER=${MINIO_USER}
|
||||
- MINIO_PASS=${MINIO_PASS}
|
||||
- SMTP_SENDER=${SMTP_SENDER}
|
||||
|
||||
Reference in New Issue
Block a user