diff --git a/config/database.yml b/config/database.yml index f663b585..beb7f232 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,4 +1,4 @@ -evelopment: +development: adapter: sqlite3 pool: 5 timeout: 5000 @@ -13,8 +13,7 @@ test: timeout: 5000 database: db/test.sqlite3 -roduction: -development: +production: adapter: mysql2 encoding: utf8 database: adl_fr