mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 12:01:23 +01:00
Comment to memory leak with Postgres and ssl.
git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1417 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -53,13 +53,13 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used):
|
||||
|
||||
## for mysql
|
||||
RedmineDSN "DBI:mysql:database=databasename;host=my.db.server"
|
||||
## for postgres
|
||||
## for postgres (there is memory leak in libpq+ssl)
|
||||
# RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server;sslmode=disable"
|
||||
|
||||
RedmineDbUser "redmine"
|
||||
RedmineDbPass "password"
|
||||
# Optional where clause (fulltext search would be slow - and
|
||||
# database dependant).
|
||||
## Optional where clause (fulltext search would be slow and
|
||||
## database dependant).
|
||||
# RedmineDbWhereClause "and members.role_id IN (1,2)"
|
||||
</Location>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user