# frozen_string_literal: true

development:

dsn: TODO
idle: 5
pool: 5
timeout: 5

test:

dsn: TODO
idle: 5
pool: 5
timeout: 5

production:

dsn: TODO
idle: 5
pool: 5
timeout: 5