fix: auth and smtp
This commit is contained in:
parent
0224ac3990
commit
ea4328d9ec
@ -23,7 +23,7 @@ metadata:
|
||||
name: typebot-viewer
|
||||
spec:
|
||||
entryPoints:
|
||||
- {{ .Values.ingress.entrypoint.builder.name }}
|
||||
- {{ .Values.ingress.entrypoint.viewer.name }}
|
||||
routes:
|
||||
- match: Host(`{{ .Values.ingress.entrypoint.viewer.domain }}`)
|
||||
kind: Rule
|
||||
|
12
values.yaml
12
values.yaml
@ -41,7 +41,7 @@ redis:
|
||||
port: 6379
|
||||
|
||||
configuration:
|
||||
disablesignup: "false"
|
||||
disablesignup: "true"
|
||||
debug: "false"
|
||||
uploadmaxsize: "10000000"
|
||||
chatAPItimeout: "30000"
|
||||
@ -59,11 +59,11 @@ ingress:
|
||||
name: traefik
|
||||
|
||||
smtp:
|
||||
username: ""
|
||||
username: "nico@ia86.cc"
|
||||
password: ""
|
||||
host: ""
|
||||
port: 25
|
||||
secure: false
|
||||
host: "smtp.protonmail.ch"
|
||||
port: 587
|
||||
secure: true
|
||||
ignore_tls: false
|
||||
auth_disabled: false
|
||||
next_public_smtp_from: "'Typebot Notifications' <notifications@host.com>"
|
||||
next_public_smtp_from: "Typebot Notifications"
|
||||
|
Loading…
x
Reference in New Issue
Block a user