Skip to content

Commit

Permalink
Don't set default mail user/password (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw authored Oct 23, 2023
1 parent 9ca6bd5 commit 9adc509
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ pretalx_admin_mail: ""
pretalx_mail_from: admin@localhost
pretalx_mail_host: localhost
pretalx_mail_port: 25
pretalx_mail_user: admin
pretalx_mail_password: password

pretalx_mail_tls: "False"
pretalx_mail_ssl: "True"
pretalx_mail_user: None # if set to None do not use authentication
pretalx_mail_password: None

pretalx_service_workers: 4 # https://docs.gunicorn.org/en/stable/settings.html?highlight=max-requests#workers
pretalx_service_workers_max_requests: 1200 # https://docs.gunicorn.org/en/stable/settings.html?highlight=max-requests#max-requests
Expand Down

0 comments on commit 9adc509

Please sign in to comment.