security(portal): disable outbound SMTP

This commit is contained in:
jenkins 2026-08-05 14:59:54 -03:00
parent 9c35ae167a
commit fa41b9145a

View File

@ -68,6 +68,7 @@ spec:
args:
- >-
. /vault/secrets/portal-env.sh
&& export SMTP_HOST=""
&& exec gunicorn -b 0.0.0.0:8080 --workers 2 --timeout 1200 app:app
env:
- name: AI_CHAT_API