config/database.example.yml in cloud-crowd-0.2.0 vs config/database.example.yml in cloud-crowd-0.2.1

- old
+ new

@@ -4,6 +4,12 @@ :adapter: mysql :encoding: utf8 :username: root :password: :socket: /tmp/mysql.sock -:database: cloud_crowd +:database: cloud_crowd + +# If you'd prefer to use an SQLite database instead, the following configuration +# will do nicely: +# +# :adapter: sqlite3 +# :database: cloud_crowd.db \ No newline at end of file