Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- development:
- adapter: mysql2
- database: maindb
- username: root
- password: password
- host: localhost
- encoding: utf8
- production:
- adapter: mysql2
- database: maindb
- username: root
- password: password
- host: localhost
- encoding: utf8
- sqlite:
- adapter: sqlite3
- database: db/my.sqlite3
- pool: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement