Sha256: 6519c224dfb116bd335b00072e32003b233404e0317d1bb7cdc3c6edb5bf94cd

Contents?: true

Size: 710 Bytes

Versions: 2

Compression:

Stored size: 710 Bytes

Contents

development:
  adapter: mysql
  socket: /var/lib/mysql/mysql.sock
#  socket: /tmp/mysql.sock
  database: blog
  host: localhost
  username: root
  password:

#development:
#  adapter: postgresql
#  database: blog
#  host: localhost
#  username: postgres
#  password: 

# 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: rails_test
  host: localhost
  username: root
  password:

production:
  adapter: mysql
  socket: /var/lib/mysql/mysql.sock
#  socket: /tmp/mysql.sock
  database: blog
  host: localhost
  username: root
  password:

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gettext-1.1.0-mswin32 samples/rails/config/database.yml
gettext-1.1.0 samples/rails/config/database.yml