spiegel/config.example.toml

14 lines
282 B
TOML
Raw Normal View History

clonedirectory = "/var/lib/spiegel/"
interval = 10
2024-04-04 01:12:42 +02:00
[log]
level = "DEBUG"
file = "" # Default in stderr
[[RepoList]]
URL = "https://github.com/torvalds/linux/"
name = "linux"
[[RepoList]]
URL = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
name = "linuxtwo"