summaryrefslogtreecommitdiffstats
path: root/peekaboo.conf.sample
diff options
context:
space:
mode:
authorFelix Bauer <felix.bauer@atos.net>2018-08-01 18:44:57 +0200
committerFelix Bauer <felix.bauer@atos.net>2018-08-23 12:06:22 +0200
commit9402ea8583e5b4c341432a882cd93ee7a0a3dc7f (patch)
tree29ce51d184afbfb7ec510955054300b942340b14 /peekaboo.conf.sample
parent18ce4303a050032049ca87becb9871b3513e9cb7 (diff)
first implementation of embed-mode working
Diffstat (limited to 'peekaboo.conf.sample')
-rw-r--r--peekaboo.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/peekaboo.conf.sample b/peekaboo.conf.sample
index 631f07a..81b73f8 100644
--- a/peekaboo.conf.sample
+++ b/peekaboo.conf.sample
@@ -54,6 +54,14 @@ url : sqlite:////path/to/database.db
# Cuckoo specific settings
#
[cuckoo]
+# mode has two options:
+# embed : for legacy embeded mode
+# api : to access cuckoo via the REST api
+mode : api
+
exec : /usr/local/bin/cuckoo
submit : /usr/local/bin/cuckoo submit
+
+url : http://127.0.0.1:8090
+
storage_path : /home/peekaboo/.cuckoo/storage