From efec8b9bc326385943560e1389a68ec46a859e7a Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Thu, 22 Nov 2012 14:26:12 +0000 Subject: [PATCH] Clarified with code comments (main config.yaml) how to add mysql/postgres dependencies if switching database drivers. --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index b30b4b245..567ab7b05 100644 --- a/config.yaml +++ b/config.yaml @@ -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