Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0cd745d0869530e3e4cb513768c087ad > files > 3

mageia-maintainers-database-0.0-9.mga4.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