You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
597 B
26 lines
597 B
questions:
|
|
- variable: "$configOverrides.secret"
|
|
label: secret key
|
|
type: hidden
|
|
default: ""
|
|
- variable: "$configOverrides.mapbox"
|
|
label: MAPBOX API KEY
|
|
type: string
|
|
default: ""
|
|
- variable: infisical.password
|
|
label: DB Password
|
|
type: password
|
|
required: true
|
|
default: ""
|
|
- variable: "$supersetNode.connections.db_pass"
|
|
label: DB Password
|
|
type: hidden
|
|
default: "${infisical.password}"
|
|
- variable: infisical.postgres-password
|
|
label: postgres-password
|
|
type: hidden
|
|
default: ""
|
|
- variable: infisical.redis-password
|
|
label: redis-password
|
|
type: hidden
|
|
default: "" |