Sha256: 8cab05e11e84feeda02bf00aa1c51b179b97cd9bd7d6e6243d867b9907d6d93e
Contents?: true
Size: 956 Bytes
Versions: 23
Compression:
Stored size: 956 Bytes
Contents
<% if defined?(JRUBY_VERSION) %> connections: postgresql: adapter: postgresql database: apartment_postgresql_test username: postgres min_messages: WARNING driver: org.postgresql.Driver url: jdbc:postgresql://localhost:5432/apartment_postgresql_test timeout: 5000 pool: 5 mysql: adapter: mysql database: apartment_mysql_test username: root min_messages: WARNING driver: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/apartment_mysql_test timeout: 5000 pool: 5 <% else %> connections: postgresql: adapter: postgresql database: apartment_postgresql_test min_messages: WARNING username: postgres schema_search_path: public password: mysql: adapter: mysql2 database: apartment_mysql_test username: root password: sqlite: adapter: sqlite3 database: <%= File.expand_path('../spec/dummy/db', __FILE__) %>/default.sqlite3 <% end %>
Version data entries
23 entries across 23 versions & 1 rubygems