<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,27 @@
-# SQLite version 3.x
-#   gem install sqlite3-ruby (not necessary on OS X Leopard)
 development:
-  adapter: sqlite3
-  database: db/development.sqlite3
+  adapter: mysql
+  database: insoshi_development
+  username: root
+  password: 
   timeout: 5000
-
-# Warning: The database defined as 'test' will be erased and
-# re-generated from your development database when you run 'rake'.
-# Do not set this db to the same as development or production.
+  
 test:
-  adapter: sqlite3
-  database: db/test.sqlite3
+  adapter: mysql
+  database: insoshi_test
+  username: root
+  password: 
+  timeout: 5000
+
+staging:
+  adapter: mysql
+  database: insoshi_staging
+  username: root
+  password: 
   timeout: 5000
 
 production:
-  adapter: sqlite3
-  database: db/production.sqlite3
+  adapter: mysql
+  database: insoshi_production
+  username: root
+  password: 
   timeout: 5000</diff>
      <filename>config/database.example</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1967a1aa8e5158552af5276c515f9992069a0ba0</id>
    </parent>
  </parents>
  <author>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </author>
  <url>http://github.com/insoshi/insoshi/commit/2ed90e22ae7b2f2236db5d75c66c3e5c5daf6b5e</url>
  <id>2ed90e22ae7b2f2236db5d75c66c3e5c5daf6b5e</id>
  <committed-date>2008-08-01T22:31:04-07:00</committed-date>
  <authored-date>2008-08-01T22:31:04-07:00</authored-date>
  <message>Updated database.example to use MySQL</message>
  <tree>ba11849073eadbf27523b49d2102dbc8b3b18d8c</tree>
  <committer>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </committer>
</commit>
