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.
30 lines
682 B
30 lines
682 B
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: "" |