Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 649 Bytes

DEPLOYMENT.md

File metadata and controls

4 lines (4 loc) · 649 Bytes

DEPLOYMENT GUIDELINES

  • All the production configs need to be added in config/production.toml (See config/production.example.toml).
  • One can override all the default configs present in config/default.toml by adding them directly in config/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.