Sha256: 2057d14a287c070596870f02bfd9c75674a4fb790ffdbef536d524f5c40e7929

Contents?: true

Size: 805 Bytes

Versions: 3

Compression:

Stored size: 805 Bytes

Contents

# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: sunrise_dummy
  pool: 5
  username: root
  password:
  socket: /var/run/mysqld/mysqld.sock

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: sunrise_dummy_test
  pool: 5
  username: root
  password:
  socket: /var/run/mysqld/mysqld.sock

production:
  adapter: mysql2
  encoding: utf8
  reconnect: true
  database: sunrise_dummy
  pool: 5
  username: root
  password:
  socket: /var/run/mysqld/mysqld.sock

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sunrise-core-0.2.2 spec/dummy/config/database.yml
sunrise-core-0.2.1 spec/dummy/config/database.yml
sunrise-core-0.2.0 spec/dummy/config/database.yml