aboutsummaryrefslogtreecommitdiffstats
path: root/config.sample.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.sample.lua')
-rw-r--r--config.sample.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.lua b/config.sample.lua
index cd3b9ce..e6088f9 100644
--- a/config.sample.lua
+++ b/config.sample.lua
@@ -6,7 +6,7 @@ conf.mirrors_yaml = "https://git.alpinelinux.org/cgit/aports/plain/main/alpine-m
conf.master_url = "http://rsync.alpinelinux.org/alpine/"
conf.outdir = "_out"
conf.mirrors_html = "index.html"
-conf.mirrors_json = "status.json"
+conf.status_json = "status.json"
conf.http_timeout = 3
conf.archs = { "x86", "x86_64", "armhf", "aarch64", "ppc64le", "s390x" }
conf.repos = { "main", "community", "testing", "backports" }