mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-19 20:51:17 +08:00
refactor: tailchat 部分参数优化
This commit is contained in:
parent
33909d7a58
commit
e0924f9bd3
@ -40,7 +40,7 @@ additionalProperties:
|
|||||||
type: text
|
type: text
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MONGO_USER
|
envKey: PANEL_DB_ROOT_USER
|
||||||
labelEn: Database User Name
|
labelEn: Database User Name
|
||||||
labelZh: 数据库用户名
|
labelZh: 数据库用户名
|
||||||
required: true
|
required: true
|
||||||
@ -48,7 +48,7 @@ additionalProperties:
|
|||||||
type: text
|
type: text
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MONGO_PASS
|
envKey: PANEL_DB_ROOT_PASSWORD
|
||||||
labelEn: Database User Password
|
labelEn: Database User Password
|
||||||
labelZh: 数据库密码
|
labelZh: 数据库密码
|
||||||
required: true
|
required: true
|
||||||
@ -64,7 +64,7 @@ additionalProperties:
|
|||||||
type: service
|
type: service
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MINIO_USER
|
envKey: MINIO_ROOT_USER
|
||||||
labelEn: User
|
labelEn: User
|
||||||
labelZh: 文件存储服务用户名
|
labelZh: 文件存储服务用户名
|
||||||
required: true
|
required: true
|
||||||
@ -72,7 +72,7 @@ additionalProperties:
|
|||||||
type: text
|
type: text
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MINIO_PASS
|
envKey: MINIO_ROOT_PASSWORD
|
||||||
labelEn: User
|
labelEn: User
|
||||||
labelZh: 文件存储服务密码
|
labelZh: 文件存储服务密码
|
||||||
required: true
|
required: true
|
||||||
|
@ -13,10 +13,10 @@ services:
|
|||||||
- PORT=11000
|
- PORT=11000
|
||||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
||||||
- TRANSPORTER=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
|
- MONGO_URL=mongodb://${PANEL_DB_ROOT_USER}:${PANEL_DB_ROOT_PASSWORD}@${MONGO_HOST}:27017/${MONGO_DB}?authSource=admin
|
||||||
- MINIO_URL=${MINIO_HOST}:9001
|
- MINIO_URL=${MINIO_HOST}:9001
|
||||||
- MINIO_USER=${MINIO_USER}
|
- MINIO_USER=${MINIO_ROOT_USER}
|
||||||
- MINIO_PASS=${MINIO_PASS}
|
- MINIO_PASS=${MINIO_ROOT_PASSWORD}
|
||||||
- SMTP_SENDER=${SMTP_SENDER}
|
- SMTP_SENDER=${SMTP_SENDER}
|
||||||
- SMTP_URI=${SMTP_URI}
|
- SMTP_URI=${SMTP_URI}
|
||||||
- SECRET=${SECRET}
|
- SECRET=${SECRET}
|
||||||
@ -39,10 +39,10 @@ services:
|
|||||||
- LOGLEVEL=info
|
- LOGLEVEL=info
|
||||||
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379
|
||||||
- TRANSPORTER=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
|
- MONGO_URL=mongodb://${PANEL_DB_ROOT_USER}:${PANEL_DB_ROOT_PASSWORD}@${MONGO_HOST}:27017/${MONGO_DB}?authSource=admin
|
||||||
- MINIO_URL=${MINIO_HOST}:9001
|
- MINIO_URL=${MINIO_HOST}:9001
|
||||||
- MINIO_USER=${MINIO_USER}
|
- MINIO_USER=${MINIO_ROOT_USER}
|
||||||
- MINIO_PASS=${MINIO_PASS}
|
- MINIO_PASS=${MINIO_ROOT_PASSWORD}
|
||||||
- SMTP_SENDER=${SMTP_SENDER}
|
- SMTP_SENDER=${SMTP_SENDER}
|
||||||
- SMTP_URI=${SMTP_URI}
|
- SMTP_URI=${SMTP_URI}
|
||||||
- SECRET=${SECRET}
|
- SECRET=${SECRET}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user