Sha256: 89de06f5fd2474ae5ac01ab07b6b2d8bae24d0c9da69b2d7d56913850cbc8601

Contents?: true

Size: 806 Bytes

Versions: 3

Compression:

Stored size: 806 Bytes

Contents

development:
  adapter: mysql
  socket: /var/lib/mysql/mysql.sock
#  socket: /tmp/mysql.sock
  database: blog
  host: localhost
  encoding: utf8
  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: blog_test
  host: localhost
  socket: /var/lib/mysql/mysql.sock
#  socket: /tmp/mysql.sock
  encoding: utf8
  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

3 entries across 3 versions & 1 rubygems

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