spiegel/config.example.toml

13 lines
259 B
TOML
Raw Normal View History

2024-04-04 01:12:42 +02:00
clonedirectory = "archive/"
[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"