Skip to content

Instantly share code, notes, and snippets.

@codertcet111
Created April 19, 2023 06:42
production:
adapter: postgresql
database: my_app_production
username: my_app
password: secret
host: localhost
port: 5432
variables:
statement_timeout: 10000 # Set query timeout to 10 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment