Sha256: 60906161e6ae5bfe195af2caa049647467e69fd2320b4a6e1a32b1a84dbae450

Contents?: true

Size: 714 Bytes

Versions: 2

Compression:

Stored size: 714 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: mysql
  database: test_rails_app_development
  username: dev
  password: ved
  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: mysql
  database: test_rails_app_test
  username: test
  password: test
  host: localhost

# This app never actually gets deployed, but we use it locally for developing
# with Memcache
production:
  adapter: mysql
  database: test_rails_app_development
  username: dev
  password: ved
  host: localhost

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
admin_assistant-2.0.1 rails_2_test/config/database.yml
admin_assistant-1.0.1 test_rails_app/config/database.yml