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@") +