Commit 94dbf641 authored by Liwiusz Ociepa's avatar Liwiusz Ociepa

Memory leak (postgres -> zlib + ssl) has been fixed by apache developers.


git-svn-id: http://redmine.rubyforge.org/svn/trunk@1438 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 82f204d8
......@@ -52,8 +52,8 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used):
## for mysql
RedmineDSN "DBI:mysql:database=databasename;host=my.db.server"
## for postgres (there is memory leak in libpq+ssl)
# RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server;sslmode=disable"
## for postgres
# RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server"
RedmineDbUser "redmine"
RedmineDbPass "password"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment