# HG changeset patch # User Marcin Kuzminski # Date 2011-10-21 13:26:54 # Node ID e060b2be1ea534d47639fc91d95b83dc3e180659 # Parent 67377fd685bee978bc66d6fb93628dfa168e815a Updated ini files for new auth flag for mailing diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -24,6 +24,8 @@ pdebug = false #smtp_port = #smtp_use_tls = false #smtp_use_ssl = true +# Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.) +#smtp_auth = [server:main] ##nr of threads to spawn diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -24,6 +24,8 @@ pdebug = false #smtp_port = #smtp_use_tls = false #smtp_use_ssl = true +# Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.) +#smtp_auth = [server:main] ##nr of threads to spawn diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -148,7 +148,7 @@ logview.pylons.util = #eee # SQLITE [default] sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db -# POSTGRES +# POSTGRESQL # sqlalchemy.db1.url = postgresql://user:pass@localhost/rhodecode # MySQL