add demo sync to resources

This commit is contained in:
2024-08-11 19:26:28 -07:00
parent f2f8383180
commit efba27617c

View File

@ -10,6 +10,15 @@ config.address = "http://host.docker.internal:8120"
config.region = "South-1" config.region = "South-1"
config.enabled = true 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) # # Gitea (Deployment) #
###################### ######################