Update example.env with local mirror configurations
Signed-off: Junie@lucy.xalior.com
This commit is contained in:
13
example.env
13
example.env
@@ -22,9 +22,16 @@ WOS_REMOTE_FILEPATH=https://archive.org/download/World_of_Spectrum_June_2017_Mir
|
|||||||
# Local cache root where files will be mirrored (without the leading slash)
|
# Local cache root where files will be mirrored (without the leading slash)
|
||||||
CDN_CACHE=/mnt/files/zxfiles
|
CDN_CACHE=/mnt/files/zxfiles
|
||||||
|
|
||||||
# Optional: File prefixes for localized mirroring or rewrite logic
|
# Local mirror filesystem paths for downloads.
|
||||||
# ZXDB_FILE_PREFIX=
|
# Enabling these (and verifying existence) will show "Local Mirror" links.
|
||||||
# WOS_FILE_PREFIX=
|
# See docs/ZXDB.md for how prefixes are stripped and joined to these paths.
|
||||||
|
# ZXDB_LOCAL_FILEPATH=/path/to/local/zxdb/mirror
|
||||||
|
# WOS_LOCAL_FILEPATH=/path/to/local/wos/mirror
|
||||||
|
|
||||||
|
# Optional: Path prefixes to strip from database links before local matching.
|
||||||
|
# Defaults to "/zxdb/sinclair/" and "/pub/sinclair/" if omitted.
|
||||||
|
# ZXDB_FILE_PREFIX=/zxdb/sinclair/
|
||||||
|
# WOS_FILE_PREFIX=/pub/sinclair/
|
||||||
|
|
||||||
# OIDC Authentication configuration
|
# OIDC Authentication configuration
|
||||||
# OIDC_PROVIDER_URL=
|
# OIDC_PROVIDER_URL=
|
||||||
|
|||||||
Reference in New Issue
Block a user