Clarified with code comments (main config.yaml) how to add mysql/postgres dependencies if switching database drivers.

This commit is contained in:
antisnatchor
2012-11-22 14:26:12 +00:00
parent d580ff44ed
commit efec8b9bc3

View File

@@ -59,6 +59,12 @@ beef:
# README.databases file
# supported DBs: sqlite, mysql, postgres
# NOTE: you must change the Gemfile adding a gem require line like:
# gem "dm-postgres-adapter"
# or
# gem "dm-mysql-adapter"
# if you want to switch drivers from sqlite to postgres (or mysql).
# Finally, run a 'bundle install' command and start BeEF.
driver: "sqlite"
# db_file is only used for sqlite