aboutsummaryrefslogtreecommitdiffsponsor
path: root/README.md
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-10-23 06:07:32 -0500
committerSlack Coder <slackcoder@server.ky>2024-10-23 06:14:49 -0500
commitca3a097505c42c2aec16e208c571c1b496c4b14b (patch)
treeaa1020524d6166ad2e527c15864f42e0ce15301b /README.md
parentc8ba7263e7923fc76eee7dbe129a8bfbc9501bb7 (diff)
downloadmirror-ca3a097505c42c2aec16e208c571c1b496c4b14b.tar.xz
Support reload and refactor config
- Simplify config parameters. - Support hot config reloading.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6d0e85..307829b 100644
--- a/README.md
+++ b/README.md
@@ -90,3 +90,7 @@ method = "github-assets"
from = "https://github.com/ytdl-org/youtube-dl"
to = "/mirror/youtube-dl"
```
+
+Configuration may also be split across files in a directory. By default
+loads configuration from /etc/mirror/mirror.toml and the /etc/mirror/conf.d
+directory.