mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow users to specify if prepared statements are allowed
(they need to be disabled for pgpool based setups)
This commit is contained in:
@@ -39,6 +39,10 @@ db_username = discourse
|
||||
# password used to access the db
|
||||
db_password =
|
||||
|
||||
# allow usage of prepared statements, must be disabled for
|
||||
# pgpool transaction pooling
|
||||
db_prepared_statements = true
|
||||
|
||||
# hostname running the forum
|
||||
hostname = "www.example.com"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user