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