Skip to content

Commit

Permalink
fix sender email address (#1197)
Browse files Browse the repository at this point in the history
The sender email address has typo. This PR fixed that.
Fixes #1191

Co-authored-by: Andreas Köpf <[email protected]>
  • Loading branch information
swaptr and andreaskoepf authored Apr 30, 2023
1 parent c77f710 commit eabf67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/deploy-to-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"{{ lookup('ansible.builtin.env', 'WEB_GOOGLE_CLIENT_ID') }}"
GOOGLE_CLIENT_SECRET:
"{{ lookup('ansible.builtin.env', 'WEB_GOOGLE_CLIENT_SECRET') }}"
EMAIL_FROM: open-assistent@laion.ai
EMAIL_FROM: open-assistant@laion.ai
EMAIL_SERVER_HOST:
"{{ lookup('ansible.builtin.env', 'WEB_EMAIL_SERVER_HOST') }}"
EMAIL_SERVER_PASSWORD:
Expand Down

0 comments on commit eabf67d

Please sign in to comment.