summaryrefslogtreecommitdiff
path: root/examples/exampleconfig.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/exampleconfig.in.json')
-rw-r--r--examples/exampleconfig.in.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/exampleconfig.in.json b/examples/exampleconfig.in.json
new file mode 100644
index 00000000..fef96698
--- /dev/null
+++ b/examples/exampleconfig.in.json
@@ -0,0 +1,16 @@
+{
+ "sources" : [
+ {
+ "name" : "ExampleSouce",
+ "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
+ "delay" : "1"
+ }
+ ],
+ "sinks": [
+ {
+ "name" : "ExampleSink",
+ "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
+ }
+ ]
+}
+