Created
April 19, 2023 06:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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