db-pg.edn 495 B

1234567891011121314
  1. {
  2. :duct.module/sql
  3. {:adapter "postgresql"
  4. :database-url "jdbc:postgresql://tfb-database:5432/hello_world?user=benchmarkdbuser&password=benchmarkdbpass&ssl=false&loggerLevel=OFF&tcpKeepAlive=true&logUnclosedConnections=false&readOnly=true&disableColumnSanitiser=true&hostRecheckSeconds=15"}
  5. :duct.database.sql/hikaricp
  6. {:auto-commit true
  7. :read-only true
  8. :connection-timeout 5000
  9. :max-lifetime 0
  10. :minimum-idle 20
  11. :maximum-pool-size 20}
  12. :duct.database.mongodb/monger {}}