database.yml in otacrawler-0.1.1 vs database.yml in otacrawler-0.1.2
- old
+ new
@@ -1,13 +1,12 @@
-db:
- production:
- adapter: mysql2
- host: localhost
- username: xxxxxxxx
- password: xxxxxxxx
- database: xxxxxxxx
+production:
+ adapter: mysql2
+ host: localhost
+ username: xxxxxxxx
+ password: xxxxxxxx
+ database: xxxxxxxx
- development:
- adapter: mysql2
- host: localhost
- username: root
- database: otacrawler
+development:
+ adapter: mysql2
+ host: localhost
+ username: root
+ database: otacrawler