Sha256: 9fe13fc371c83106fc34e33090f68b929cb065717bd8e03cc02d2bac1902fc2c

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: mysql2
  database: beanstalk_api
  username: root
  password: IBiD07OSVZEKEHXx2uv7
  host: localhost


# 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
  database: beanstalk_api
  username: root
  password: IBiD07OSVZEKEHXx2uv7
  host: localhost

production:
  adapter: mysql2
  database: beanstalk_api
  username: root
  password: IBiD07OSVZEKEHXx2uv7
  host: localhost

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pvdgm_beanstalk_api-0.1.0 spec/dummy/config/database.yml