Changes config.yaml so that mysql is lowercase, if you change the option using upper/lower it doesnt work

git-svn-id: https://beef.googlecode.com/svn/trunk@984 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
xntrik
2011-05-21 03:33:56 +00:00
parent b6c45fc7d9
commit c76dbbd017

View File

@@ -23,7 +23,7 @@ beef:
session_cookie_name: "BEEFSESSION"
database:
#supported DBs: sqlite, MySQL
#supported DBs: sqlite, mysql
default: "sqlite"
# please note that the db should exists. Schema will be created automatically.
# mysql> create database beef;