dip questions yaml add
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
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: ""
|
||||
Reference in New Issue
Block a user