A yolo test of codex
This commit is contained in:
20
example.env
20
example.env
@@ -1,3 +1,6 @@
|
||||
# System hostname for permalinks (mandatory)
|
||||
HOSTNAME=localhost
|
||||
|
||||
# ZXDB MySQL connection URL
|
||||
# Example using a readonly user created by ZXDB scripts
|
||||
# CREATE ROLE 'zxdb_readonly';
|
||||
@@ -15,4 +18,19 @@ ZXDB_FILEPATH=https://zxdbfiles.com/
|
||||
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
|
||||
CDN_CACHE=/mnt/files/zxfiles
|
||||
|
||||
# Optional: File prefixes for localized mirroring or rewrite logic
|
||||
# ZXDB_FILE_PREFIX=
|
||||
# WOS_FILE_PREFIX=
|
||||
|
||||
# OIDC Authentication configuration
|
||||
# OIDC_PROVIDER_URL=
|
||||
# OIDC_CLIENT_ID=
|
||||
# OIDC_CLIENT_SECRET=
|
||||
|
||||
# Redis cache URL (e.g. redis://host:6379)
|
||||
# CACHE_URL=
|
||||
|
||||
# SMTP mail URL (e.g. smtp://user:pass@host:587)
|
||||
# MAIL_URL=
|
||||
Reference in New Issue
Block a user