lib/merb/orms/sequel/database.sample.yml in merb_sequel-0.4.0 vs lib/merb/orms/sequel/database.sample.yml in merb_sequel-0.4.1
- old
+ new
@@ -1,10 +1,10 @@
---
# This is a sample database file for the Sequel ORM
:development: &defaults
:adapter: mysql
:database: sample_development
- :username: teh_user
+ :username: the_user
:password: secrets
:host: localhost
:socket: /tmp/mysql.sock
:test:
\ No newline at end of file