fix: toml.example contained wrong defaults
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
cache_root = "/home/ewpt3ch/dev/pkgstash/tmprepo"
|
env_file = "/etc/pkgstash/pkgstash.env"
|
||||||
mirror_urls = ["https://us.mirrors.cicku.me/archlinux/",
|
cache_root = "/srv/pkgstash"
|
||||||
|
mirror_urls = [
|
||||||
"https://losangeles.mirror.pkgbuild.com/",
|
"https://losangeles.mirror.pkgbuild.com/",
|
||||||
"https://mirror.givebytes.net/archlinux/",
|
"https://mirror.givebytes.net/archlinux/",
|
||||||
"https://arch.mirror.constant.com/",
|
"https://arch.mirror.constant.com/",
|
||||||
]
|
]
|
||||||
# array of upstream repos this server caches see pacman.conf
|
# array of upstream repos this server caches see pacman.conf
|
||||||
# or pacman docs for more info <core, extra, multilib>
|
# or pacman docs for more info <core, extra, multilib>
|
||||||
mirrored_repos = ["core", "extra"]
|
mirrored_repos = ["core", "extra", "multilib"]
|
||||||
port = "8090"
|
port = "8090"
|
||||||
|
|||||||
Reference in New Issue
Block a user