Sha256: 74acf21fcc3fa5eb07c64a67af69689502dbd2452f503841f89c57ebe1ad5383

Contents?: true

Size: 701 Bytes

Versions: 5

Compression:

Stored size: 701 Bytes

Contents

# Uses mysql for all dbs

development:
  adapter: mysql2
  database: bigbluebutton_rails_development
  username: root
  password: my-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: &test
  adapter: mysql2
  database: bigbluebutton_rails_test
  username: root
  password: my-password
  socket: /var/run/mysqld/mysqld.sock

# production:
#   adapter: mysql2
#   database: bigbluebutton_rails_production
#   username: root
#   password: daileon
#   socket: /var/run/mysqld/mysqld.sock

cucumber:
  <<: *test

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bigbluebutton_rails-2.2.0 spec/rails_app/config/database.yml.example
bigbluebutton_rails-2.1.0 spec/rails_app/config/database.yml.example
bigbluebutton_rails-2.0.0 spec/rails_app/config/database.yml.example
bigbluebutton_rails-1.4.0 spec/rails_app/config/database.yml.example
bigbluebutton_rails-1.4.0.beta1 spec/rails_app/config/database.yml.example