summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorTyler St. Onge <tylertstonge@gmail.com>2020-09-25 17:39:10 -0400
committerTyler St. Onge <tylertstonge@gmail.com>2020-09-25 17:39:10 -0400
commit07abec1108c69cf1f85ae039066e90f14eaca78a (patch)
tree72a92c52a6d434e9845c5357cf02ada339e90551 /config.json
parent7aca24d0086080eb5babdf499c1c484d1b2a4ca1 (diff)
added subscription model for reporter actors
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json
index 792f931..7e5f5f5 100644
--- a/config.json
+++ b/config.json
@@ -5,5 +5,11 @@
"type": "ftp",
"port": 21
}
+ ],
+ "reporters": [
+ {
+ "name": "basic-reporter",
+ "type": "console-logger"
+ }
]
} \ No newline at end of file