Changeset - e060b2be1ea5
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 14 years ago 2011-10-21 13:26:54
marcin@python-works.com
Updated ini files for new auth flag for mailing
3 files changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -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
production.ini
Show inline comments
 
@@ -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
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)