Sha256: f32e32349f4398a5109e13a9567448abb5cb51b67c4ff2a07071ef7dc35defe8

Contents?: true

Size: 1018 Bytes

Versions: 57

Compression:

Stored size: 1018 Bytes

Contents

# MySQL.  Versions 4.1 and 5.0 are recommended.
# 
# Install the MYSQL driver
#   gem install mysql2
#
# Ensure the MySQL gem is defined in your Gemfile
#   gem 'mysql2'
#
# And be sure to use new-style password hashing:
#   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: translation_center_dev
  pool: 5
  username: root
  password: "1234"
  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:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: translation_center_test
  pool: 5
  username: root
  password: "1234"
  socket: /var/run/mysqld/mysqld.sock

production:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: translation_center_pro
  pool: 5
  username: root
  password: 
  socket: /var/run/mysqld/mysqld.sock

Version data entries

57 entries across 57 versions & 2 rubygems

Version Path
translation_center-1.7.2 test/dummy/config/database.yml
afalkear_translation_center-1.8.4 test/dummy/config/database.yml
afalkear_translation_center-1.8.3 test/dummy/config/database.yml
afalkear_translation_center-1.8.2 test/dummy/config/database.yml
afalkear_translation_center-1.8.1 test/dummy/config/database.yml
afalkear_translation_center-1.8.0 test/dummy/config/database.yml
afalkear_translation_center-1.7.9 test/dummy/config/database.yml
afalkear_translation_center-1.7.8 test/dummy/config/database.yml
afalkear_translation_center-0.0.0 test/dummy/config/database.yml
afalkear_translation_center-1.7.7 test/dummy/config/database.yml
translation_center-1.7.1 test/dummy/config/database.yml
translation_center-1.7.0 test/dummy/config/database.yml
translation_center-1.6.10 test/dummy/config/database.yml
translation_center-1.6.9 test/dummy/config/database.yml
translation_center-1.6.8 test/dummy/config/database.yml
translation_center-1.6.7 test/dummy/config/database.yml
translation_center-1.6.6 test/dummy/config/database.yml
translation_center-1.6.5 test/dummy/config/database.yml
translation_center-1.6.4 test/dummy/config/database.yml
translation_center-1.6.3 test/dummy/config/database.yml