defaults: &defaults adapter: postgresql database: beathaven host: 192.168.0.128 username: postgres password: password pool: 5 timeout: 5000 development: <<: *defaults production: <<: *defaults