From bc340898b35b5943efba3d587e2b7429ab6c6120 Mon Sep 17 00:00:00 2001 From: Bram Oosterhuis Date: Fri, 14 Oct 2022 16:15:20 +0200 Subject: [PATCH] LocationSync: Add python based config template --- LocationSync/LocationSync.conf.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 LocationSync/LocationSync.conf.in diff --git a/LocationSync/LocationSync.conf.in b/LocationSync/LocationSync.conf.in new file mode 100644 index 00000000..491ce509 --- /dev/null +++ b/LocationSync/LocationSync.conf.in @@ -0,0 +1,8 @@ +autostart = "@PLUGIN_LOCATIONSYNC_AUTOSTART@" + +configuration = JSON() + +configuration.add("interval", 10) +configuration.add("retries", 20) +configuration.add("source", "@PLUGIN_LOCATIONSYNC_URI@") +