docs: vehicle cache env vars and logs endpoint
This commit is contained in:
+10
@@ -11,6 +11,16 @@ BACKEND_ALLOWED_ORIGINS=https://example.com
|
||||
TSS_BATTLES_DB=./tss_battles.db
|
||||
TSS_TEAMS_DB=./tss_teams.db
|
||||
|
||||
# Vehicle name translation + icon caches (shared STORAGE/CACHE, built by the bots).
|
||||
# The backend loads these at startup to translate vehicle_internal (cdk) -> name
|
||||
# and resolve icon filenames for the game scoreboard.
|
||||
VEHICLE_TRANSLATIONS_JSON=/mnt/HC_Volume_105581488/STORAGE/CACHE/vehicle_translations.json
|
||||
VEHICLE_DATA_CACHE_JSON=/mnt/HC_Volume_105581488/STORAGE/CACHE/vehicle_data_cache_all.json
|
||||
# Directory of vehicle icon PNGs served at /vehicle-icons (deploy-time copy/symlink
|
||||
# of SHARED/ICONS/VEHICLES). VEHICLE_ICONS_SRC is the deploy source.
|
||||
VEHICLE_ICONS_DIR=./dist/vehicle-icons
|
||||
VEHICLE_ICONS_SRC=/home/deploy/BOTS/SHARED/ICONS/VEHICLES
|
||||
|
||||
UPTIME_STORAGE_DIR=~/tsswebstorage
|
||||
UPTIME_DATABASE_FILE=uptime.sqlite
|
||||
UPTIME_SAMPLE_INTERVAL_MS=1800000
|
||||
|
||||
Reference in New Issue
Block a user