This commit is contained in:
Andreas Stephanides
2013-10-28 11:25:29 +01:00
parent 1058709b38
commit 637fe7dc9f
3 changed files with 9 additions and 3 deletions

View File

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