summaryrefslogtreecommitdiff
path: root/examples/databasesource.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/databasesource.in.json')
-rw-r--r--examples/databasesource.in.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/databasesource.in.json b/examples/databasesource.in.json
new file mode 100644
index 00000000..cc21c85e
--- /dev/null
+++ b/examples/databasesource.in.json
@@ -0,0 +1,16 @@
+{
+ "sources" : [
+ {
+ "name" : "Database Source",
+ "path" : "@PLUGIN_INSTALL_PATH@/databasesinkplugin.so",
+ "playbackOnLoad" : "true",
+ "databaseFile" : "/tmp/storage"
+ }
+ ],
+ "sinks": [
+ {
+ "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
+ }
+ ]
+}
+