Fix
This commit is contained in:
21
backend/.env.example
Normal file
21
backend/.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
HLL_BACKEND_HOST=0.0.0.0
|
||||
HLL_BACKEND_PORT=8000
|
||||
HLL_BACKEND_STORAGE_PATH=/app/data/hll_vietnam_dev.sqlite3
|
||||
HLL_BACKEND_DATABASE_URL=postgresql://hll_vietnam:hll_vietnam_dev@postgres:5432/hll_vietnam
|
||||
HLL_BACKEND_ALLOWED_ORIGINS=http://127.0.0.1,http://127.0.0.1:8080,http://localhost,http://localhost:8080
|
||||
HLL_BACKEND_REFRESH_INTERVAL_SECONDS=120
|
||||
HLL_BACKEND_LIVE_DATA_SOURCE=rcon
|
||||
HLL_BACKEND_HISTORICAL_DATA_SOURCE=rcon
|
||||
HLL_BACKEND_RCON_TIMEOUT_SECONDS=20
|
||||
HLL_BACKEND_RCON_TARGETS=[{"name":"Comunidad Hispana #01","slug":"comunidad-hispana-01","external_server_id":"comunidad-hispana-01","host":"152.114.195.174","port":7779,"password":"replace-me-01","source_name":"community-hispana-rcon","region":"ES","game_port":null,"query_port":null},{"name":"Comunidad Hispana #02","slug":"comunidad-hispana-02","external_server_id":"comunidad-hispana-02","host":"152.114.195.150","port":7879,"password":"replace-me-02","source_name":"community-hispana-rcon","region":"ES","game_port":null,"query_port":null}]
|
||||
HLL_HISTORICAL_CRCON_PAGE_SIZE=50
|
||||
HLL_HISTORICAL_CRCON_TIMEOUT_SECONDS=15
|
||||
HLL_HISTORICAL_CRCON_DETAIL_WORKERS=8
|
||||
HLL_HISTORICAL_CRCON_REQUEST_RETRIES=3
|
||||
HLL_HISTORICAL_CRCON_RETRY_DELAY_SECONDS=0.5
|
||||
HLL_HISTORICAL_SNAPSHOT_REFRESH_INTERVAL_SECONDS=900
|
||||
HLL_HISTORICAL_FULL_SNAPSHOT_EVERY_RUNS=4
|
||||
HLL_HISTORICAL_REFRESH_MAX_RETRIES=2
|
||||
HLL_HISTORICAL_REFRESH_RETRY_DELAY_SECONDS=30
|
||||
HLL_HISTORICAL_WEEKLY_FALLBACK_MIN_MATCHES=3
|
||||
HLL_HISTORICAL_WEEKLY_FALLBACK_MAX_WEEKDAY=2
|
||||
Reference in New Issue
Block a user