Decoupled demos extension from main config.yaml

Fixes issue 447



git-svn-id: https://beef.googlecode.com/svn/trunk@1216 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
bcoles@gmail.com
2011-08-19 15:49:33 +00:00
parent c3bd1e5fa7
commit 3ea5868c8c
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,6 @@ beef:
# if running behind a nat set the public ip address here
#public: ""
dns: "localhost"
demo_path: "/demos/basic.html"
panel_path: "/ui/panel"
hook_file: "/hook.js"
hook_session_name: "BEEFHOOK"

View File

@@ -18,4 +18,5 @@ beef:
demos:
enable: true
name: 'Demos'
demo_path: "/demos/basic.html"