30 lines
682 B
YAML
30 lines
682 B
YAML
questions:
|
|
- variable: infisical.password
|
|
label: DB Password
|
|
type: hidden
|
|
default: ""
|
|
- variable: infisical.postgres-password
|
|
label: postgres-password
|
|
type: hidden
|
|
default: ""
|
|
- variable: infisical.valkey-password
|
|
label: redis password
|
|
type: hidden
|
|
default: ""
|
|
- variable: infisical.admin-password
|
|
label: clickhouse password
|
|
type: hidden
|
|
default: ""
|
|
- variable: "$langfuse.salt.value"
|
|
label: SALT
|
|
type: hidden
|
|
default: ""
|
|
- variable: "$langfuse.encryptionKey.value"
|
|
label: EncryptionKey
|
|
type: hidden
|
|
default: ""
|
|
valid_chars: "hex"
|
|
- variable: "$langfuse.nextauth.secret.value"
|
|
label: Nextauth secret
|
|
type: hidden
|
|
default: "" |