37 lines
856 B
YAML
37 lines
856 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "ORCL"
|
|
edit: true
|
|
envKey: ORACLE_SID
|
|
labelEn: ORACLE_SID
|
|
labelZh: ORACLE_SID
|
|
required: true
|
|
type: text
|
|
- default: "ORCLPDB"
|
|
edit: true
|
|
envKey: ORACLE_PDB
|
|
labelEn: ORACLE_PDB
|
|
labelZh: ORACLE_PDB
|
|
required: true
|
|
type: text
|
|
- default: "orcl"
|
|
edit: true
|
|
envKey: ORACLE_PWD
|
|
labelEn: ORACLE_PWD
|
|
labelZh: ORACLE_PWD
|
|
required: true
|
|
type: text
|
|
- default: "standard"
|
|
edit: true
|
|
envKey: ORACLE_EDITION
|
|
labelEn: ORACLE_EDITION
|
|
labelZh: ORACLE_EDITION
|
|
required: false
|
|
type: text
|
|
- default: "ZHS16GBK"
|
|
edit: true
|
|
envKey: ORACLE_CHARACTERSET
|
|
labelEn: ORACLE_CHARACTERSET
|
|
labelZh: ORACLE_CHARACTERSET
|
|
required: true
|
|
type: text |