development: adapter: mysql2 encoding: utf8 host: 192.168.33.10 database: odania_core_development username: root password: testpw pool: 5 test: adapter: sqlite3 database: db/test.sqlite3 timeout: 5000 production: adapter: mysql2 encoding: utf8 host: 192.168.33.10 database: odania_core_development username: root password: testpw pool: 5