diff --git a/resources.toml b/resources.toml index cf2ef24..74b69a0 100644 --- a/resources.toml +++ b/resources.toml @@ -10,6 +10,15 @@ config.address = "http://host.docker.internal:8120" config.region = "South-1" config.enabled = true +[[resource_sync]] +name = "demo-sync" +description = "Restores the config back to contents in demo-sync resources.toml" +tags = ["monitor", "demo"] +config.git_provider = "git.demo.monitor.dev" +config.repo = "mbecks/demo-sync" +config.resource_path = "./resources.toml" +config.delete = true + ###################### # Gitea (Deployment) # ######################