This commit is contained in:
Nico 2013-02-07 14:43:43 +01:00
parent ccfa228683
commit aaf5cf08b3
2 changed files with 10 additions and 3 deletions

View File

@ -6,6 +6,7 @@ gem 'rails', '3.2.11'
# gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3' gem 'sqlite3'
gem 'mysql2'
# Gems used only for assets and not required # Gems used only for assets and not required

View File

@ -19,7 +19,13 @@ test:
timeout: 5000 timeout: 5000
production: production:
adapter: sqlite3 adapter: mysql2
database: db/production.sqlite3 encoding: utf8
database: site_perso_app
pool: 5 pool: 5
timeout: 5000 username: site_perso_app
password: site_perso_app
socket: /var/run/mysqld/mysqld.sock