Skip to content

Commit

Permalink
🐛 mail doesn't allow empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Apr 21, 2024
1 parent 357d8c3 commit 0e6ed23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def objects():
"create": False,
},
# Mail
"smtpHost": "smtp.ocf.berkeley.edu",
"smtpPort": "587",
"smtpUser": "ocfodoo",
# "smtpHost": "smtp.ocf.berkeley.edu",
# "smtpPort": "587",
# "smtpUser": "ocfodoo",

# Ingress
"ingress": {
Expand Down

0 comments on commit 0e6ed23

Please sign in to comment.