From 9a3ffc724a32728b03e0e9cb1b613648e6001fb7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 13 Nov 2013 12:25:28 +0100 Subject: [PATCH] add monitor --- .../management/commands/teleforma-export-stream-m-slugs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/teleforma/management/commands/teleforma-export-stream-m-slugs.py b/teleforma/management/commands/teleforma-export-stream-m-slugs.py index c2dc14da..6b547a9a 100644 --- a/teleforma/management/commands/teleforma-export-stream-m-slugs.py +++ b/teleforma/management/commands/teleforma-export-stream-m-slugs.py @@ -27,6 +27,11 @@ server.port=8080 streams.safe=true streams.safe.password=source2parisson streams.safe.limit=100 + +streams.monitor=true +streams.monitor.password=source2parisson +streams.monitor.limit=100 + """ def export(self): -- 2.39.5