Skip to content

Commit

Permalink
Renaming and tweaking db yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Oct 5, 2008
1 parent 6cf045d commit a58cce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/database.example.yml → config/database.yml
Expand Up @@ -17,7 +17,7 @@
development:
adapter: mysql
encoding: utf8
database: address-book_development
database: address_book_development
username: root
password:
socket: /tmp/mysql.sock
Expand All @@ -28,15 +28,15 @@ development:
test:
adapter: mysql
encoding: utf8
database: address-book_test
database: address_book_test
username: root
password:
socket: /tmp/mysql.sock

production:
adapter: mysql
encoding: utf8
database: address-book_production
database: address_book_production
username: root
password:
socket: /tmp/mysql.sock

0 comments on commit a58cce3

Please sign in to comment.