mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -98,7 +98,7 @@ additionalProperties:
|
|||||||
labelEn: Database Password
|
labelEn: Database Password
|
||||||
labelZh: 数据库 密码
|
labelZh: 数据库 密码
|
||||||
random: true
|
random: true
|
||||||
required: false
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
- default: "nocodb"
|
- default: "nocodb"
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ services:
|
|||||||
- NUXT_PUBLIC_NC_BACKEND_URL=http://localhost:8080
|
- NUXT_PUBLIC_NC_BACKEND_URL=http://localhost:8080
|
||||||
- NC_SMTP_SECURE=true
|
- NC_SMTP_SECURE=true
|
||||||
- NC_SMTP_IGNORE_TLS=false
|
- 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}
|
||||||
|
|||||||
Reference in New Issue
Block a user