mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 03:17:58 +08:00
修复安装错误
Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
parent
ca413095a6
commit
a2468163c4
@ -98,7 +98,7 @@ additionalProperties:
|
||||
labelEn: Database Password
|
||||
labelZh: 数据库 密码
|
||||
random: true
|
||||
required: false
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: "nocodb"
|
||||
|
@ -27,4 +27,4 @@ services:
|
||||
- NUXT_PUBLIC_NC_BACKEND_URL=http://localhost:8080
|
||||
- NC_SMTP_SECURE=true
|
||||
- NC_SMTP_IGNORE_TLS=false
|
||||
- NC_DB="${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}"
|
||||
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
|
||||
|
Loading…
x
Reference in New Issue
Block a user