changeset 1582:e060b2be1ea5 beta

Updated ini files for new auth flag for mailing
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 Oct 2011 13:26:54 +0200
parents 67377fd685be
children 8e77c75bd65a
files development.ini production.ini rhodecode/config/deployment.ini_tmpl
diffstat 3 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Thu Oct 20 11:58:11 2011 -0400
+++ b/development.ini	Fri Oct 21 13:26:54 2011 +0200
@@ -24,6 +24,8 @@
 #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
--- a/production.ini	Thu Oct 20 11:58:11 2011 -0400
+++ b/production.ini	Fri Oct 21 13:26:54 2011 +0200
@@ -24,6 +24,8 @@
 #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
--- a/rhodecode/config/deployment.ini_tmpl	Thu Oct 20 11:58:11 2011 -0400
+++ b/rhodecode/config/deployment.ini_tmpl	Fri Oct 21 13:26:54 2011 +0200
@@ -148,7 +148,7 @@
 # SQLITE [default]
 sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
  
-# POSTGRES
+# POSTGRESQL
 # sqlalchemy.db1.url = postgresql://user:pass@localhost/rhodecode
 
 # MySQL