Sha256: 9f258851094576ca70fb2195fbd7d9acf8a50147f87d151a1cc64d504488a030
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 Bytes
Contents
default: &default adapter: postgresql encoding: unicode pool: <%= Figaro.env.db_threads %> username: <%= Figaro.env.db_user %> password: <%= Figaro.env.db_password %> development: <<: *default database: <%= Figaro.env.project %> pool: 10 staging: <<: *default database: <%= Figaro.env.db_user %> host: <%= Figaro.env.db_host %> production: <<: *default database: <%= Figaro.env.db_user %> host: <%= Figaro.env.db_host %> test: <<: *default
Version data entries
5 entries across 5 versions & 1 rubygems