Adding the first stubs of the magazine browser
This commit is contained in:
11
example.env
11
example.env
@@ -5,3 +5,14 @@
|
||||
# See docs/ZXDB.md for full setup instructions (DB import, helper tables,
|
||||
# readonly role, and environment validation notes).
|
||||
ZXDB_URL=mysql://zxdb_readonly:password@hostname:3306/zxdb
|
||||
|
||||
# Base HTTP locations for CDN sources used by downloads.file_link
|
||||
# When file_link starts with /zxdb, it will be fetched from ZXDB_FILEPATH
|
||||
ZXDB_FILEPATH=https://zxdbfiles.com/
|
||||
|
||||
# When file_link starts with /public, it will be fetched from WOS_FILEPATH
|
||||
# Note: Example uses the Internet Archive WoS mirror; keep the trailing slash
|
||||
WOS_FILEPATH=https://archive.org/download/World_of_Spectrum_June_2017_Mirror/World%20of%20Spectrum%20June%202017%20Mirror.zip/World%20of%20Spectrum%20June%202017%20Mirror/
|
||||
|
||||
# Local cache root where files will be mirrored (without the leading slash)
|
||||
CDN_CACHE=/mnt/files/zxfiles
|
||||
Reference in New Issue
Block a user