From 06d1ba7754e9f1d525d7de34cfb5c8e4fee5f2d9 Mon Sep 17 00:00:00 2001 From: Ben Passmore Date: Tue, 8 Oct 2019 16:12:53 +1000 Subject: [PATCH] Reverted config to sqlite only --- config.yaml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/config.yaml b/config.yaml index d79087c6a..c896e16c7 100644 --- a/config.yaml +++ b/config.yaml @@ -90,28 +90,7 @@ beef: cert: "beef_cert.pem" database: - # For information on using other databases please read the - # 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 - db_file: "beef.db" - - # db connection information is only used for mysql/postgres - db_host: "localhost" - db_port: 3306 - db_name: "beef" - db_user: "beef" - db_passwd: "beef" - db_encoding: "UTF-8" + file: "beef.db" # Autorun Rule Engine autorun: