Initial commit: TSS Bot Web Backend (Rust/Axum)

This commit is contained in:
clxud
2026-07-02 02:08:40 +00:00
commit 8bbe86759c
8 changed files with 3655 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
BACKEND_PORT=6000
BACKEND_HOST=127.0.0.1
BACKEND_ALLOWED_ORIGINS=https://example.com
TSS_BATTLES_DB=./tss_battles.db
TSS_TEAMS_DB=./tss_teams.db
TSS_TOURNAMENTS_DB=./tss_tournaments.db
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.json