Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 60e2ba7448213ca70e785ad3000939a8 > files > 3

mageia-maintainers-database-0.0-4.mga2.src.rpm

# MySQL.  Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
#   gem install mysql2
#
# And be sure to use new-style password hashing:
#   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
  adapter:   postgresql
  database:  mageia_maint_dev
  host:      localhost
  encoding:  utf8
  username:  mageia
  password:  aiegam

# 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: &test
  adapter:   postgresql
  database:  mageia_maint_test
  host:      localhost
  encoding:  utf8
  username:  mageia
  password:  aiegam

production:
  adapter:   postgresql
  database:  mageia_maint_prod
  host:      localhost
  encoding:  utf8
  username:  mageia
  password:  aiegam

cucumber:
  <<: *test