##// END OF EJS Templates
Updated ini files for new auth flag for mailing
marcink -
r1582:e060b2be beta
parent child Browse files
Show More
@@ -24,6 +24,8 b' pdebug = false'
24 #smtp_port =
24 #smtp_port =
25 #smtp_use_tls = false
25 #smtp_use_tls = false
26 #smtp_use_ssl = true
26 #smtp_use_ssl = true
27 # Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
28 #smtp_auth =
27
29
28 [server:main]
30 [server:main]
29 ##nr of threads to spawn
31 ##nr of threads to spawn
@@ -24,6 +24,8 b' pdebug = false'
24 #smtp_port =
24 #smtp_port =
25 #smtp_use_tls = false
25 #smtp_use_tls = false
26 #smtp_use_ssl = true
26 #smtp_use_ssl = true
27 # Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
28 #smtp_auth =
27
29
28 [server:main]
30 [server:main]
29 ##nr of threads to spawn
31 ##nr of threads to spawn
@@ -148,7 +148,7 b' logview.pylons.util = #eee'
148 # SQLITE [default]
148 # SQLITE [default]
149 sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
149 sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
150
150
151 # POSTGRES
151 # POSTGRESQL
152 # sqlalchemy.db1.url = postgresql://user:pass@localhost/rhodecode
152 # sqlalchemy.db1.url = postgresql://user:pass@localhost/rhodecode
153
153
154 # MySQL
154 # MySQL
General Comments 0
You need to be logged in to leave comments. Login now