fix: auth and smtp

This commit is contained in:
NicolasHorde 2025-03-24 21:15:06 +01:00
parent 0224ac3990
commit ea4328d9ec
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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"