Skip to content

Commit

Permalink
reverted database config file to one commit before cause it had some …
Browse files Browse the repository at this point in the history
…encoding problems
  • Loading branch information
oemera committed Apr 5, 2012
1 parent 706577c commit 8d01673
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions config/database.yml
@@ -1,19 +1,19 @@
#this works on Ubuntu Linux, change for your OS.
development:
  adapter: mysql2
  encoding: utf8
  database: hackful
  username: root
  password:
  socket: /var/run/mysqld/mysqld.sock
adapter: mysql2
encoding: utf8
database: hackful
username: root
password:
socket: /var/run/mysqld/mysqld.sock

test: &test
  adapter: mysql2
  encoding: utf8
  database: hackful_test
  username: root
  password:
  socket: /var/run/mysqld/mysqld.sock
adapter: mysql2
encoding: utf8
database: hackful_test
username: root
password:
socket: /var/run/mysqld/mysqld.sock

cucumber:
  <<: *test
<<: *test

0 comments on commit 8d01673

Please sign in to comment.