parent
ec9d304aae
commit
a7fab2cc1c
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue