- All the production configs need to be added in
config/production.toml
(Seeconfig/production.example.toml
). - One can override all the default configs present in
config/default.toml
by adding them directly inconfig/production.toml
. - The project relies heavily on LISTEN/NOTIFY and prepared statements to be working. Unfortunately, these features do not work with PgBouncer + Transaction pooling [here]. Therefore, we cannot run the app with PgBouncer.