Sha256: 0b1c191523f95dc750f07d5d752aaf2e928455ecf2972a9eb109b0f74769012f
Contents?: true
Size: 344 Bytes
Versions: 13
Compression:
Stored size: 344 Bytes
Contents
common: &common database: <%= db_name %> host: localhost pool: 50 timeout: 5000 reaping_frequency: 1000 min_messages: ERROR sqlite: <<: *common adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3 postgresql: <<: *common adapter: postgresql username: postgres mysql: <<: *common adapter: mysql2 username: root
Version data entries
13 entries across 13 versions & 1 rubygems