Skip to content

Commit

Permalink
LocationSync: Add python based config template
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Oct 14, 2022
1 parent fba6b62 commit bc34089
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LocationSync/LocationSync.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
autostart = "@PLUGIN_LOCATIONSYNC_AUTOSTART@"

configuration = JSON()

configuration.add("interval", 10)
configuration.add("retries", 20)
configuration.add("source", "@PLUGIN_LOCATIONSYNC_URI@")

0 comments on commit bc34089

Please sign in to comment.