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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user