Reverting back to sqlite as default DB (my fault)

git-svn-id: https://beef.googlecode.com/svn/trunk@1054 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-07-09 22:31:05 +00:00
parent 1205b72fea
commit fd48f3b0bd

View File

@@ -40,7 +40,7 @@ beef:
database:
#supported DBs: sqlite, mysql
default: "mysql"
default: "sqlite"
# MySQL Notes:
# It's recommended to install MySQL >= 5.5.x
# Your system will require MySQL, MySQL-Server, MySQL-Devel and Ruby's MySQL libraries installed