spiegel/docs/config
Ada 613978ffab
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
Now can update repo in background
2024-04-08 03:23:23 +02:00
..
README.adoc Now can update repo in background 2024-04-08 03:23:23 +02:00

= Configuration

File format used is https://toml.io/en/[toml]

== Options:
* `clonedirectory`: Directory where mirror is clone
* `interval`: Update interval
* `log`: Log config section
** `level`: Log level, allowed value is: "DEBUG", "INFO", "WARN", "ERROR", "FATAL"
** `file`: Log file, default (empty) is in stderr
** `RepoList`: List of mirrored git repository
*** `URL`: Source URL
*** `name`: directory name of clone

== Example:
[source,toml]
----
include::../../config.example.toml[]
----