Sha256: 164b746cf2fc4cefd0bad1bc2389a77a7c3945ffc586d52bfbe18f885eeff665
Contents?: true
Size: 557 Bytes
Versions: 9
Compression:
Stored size: 557 Bytes
Contents
sqlite3: database: ":memory:" adapter: sqlite3 timeout: 500 mysql: &mysql adapter: mysql database: will_paginate username: encoding: utf8 <% if File.exist?("/var/run/mysql5/mysqld.sock") %> host: localhost socket: /var/run/mysql5/mysqld.sock <% elsif File.exist? "/tmp/mysql.sock" %> host: localhost socket: /tmp/mysql.sock <% else %> host: 127.0.0.1 <% end %> mysql2: <<: *mysql adapter: mysql2 postgres: adapter: postgresql database: will_paginate username: <%= "postgres" if ENV["TRAVIS"] %> min_messages: warning
Version data entries
9 entries across 9 versions & 1 rubygems