Skip to content

Commit f8ea745

Browse files
committed
#808 Updated .env to new league launch
1 parent b2af291 commit f8ea745

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ SMTP_PASSWORD=changethis
3636
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
3737

3838
# League
39-
CURRENT_SOFTCORE_LEAGUE="Mercenaries"
39+
CURRENT_SOFTCORE_LEAGUE="Mirage"
4040

41-
LEAGUE_LAUNCH_TIME=2025-06-13T21:00:00Z # ISO 8601 format. Round backwards to whole hour number
41+
LEAGUE_LAUNCH_TIME=2026-03-06T19:00:00Z # ISO 8601 format. Round backwards to whole hour number
4242

4343
# Data retrieval
4444
MANUAL_NEXT_CHANGE_ID=True

src/frontend/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VITE_API_URL=http://localhost:8000 # This is the URL for the FastAPI backend
2-
VITE_APP_DEFAULT_LEAGUES="Mercenaries|Phrecia" # This is the default leagues, the first one is the current league to show on the frontend
3-
VITE_APP_ADDITIONAL_LEAGUES="Hardcore Mercenaries|Hardcore Phrecia" # NB: Separate by '|' for each league
2+
VITE_APP_DEFAULT_LEAGUES="Mirage|Keepers|Mercenaries|Phrecia" # This is the default leagues, the first one is the current league to show on the frontend
3+
VITE_APP_ADDITIONAL_LEAGUES="Hardcore Mirage|Hardcore Keepers|Hardcore Mercenaries|Hardcore Phrecia" # NB: Separate by '|' for each league
44
VITE_APP_TURNSTILE_SITE_KEY=1x00000000000000000000AA # This is the site key for the Turnstile captcha
5-
VITE_APP_LEAGUE_LAUNCH_TIME=2025-06-13T21:00:00Z # ISO 8601 format. Round backwards to whole hour number
5+
VITE_APP_LEAGUE_LAUNCH_TIME=2026-03-06T19:00:00Z # ISO 8601 format. Round backwards to whole hour number
66
VITE_APP_PLOTTING_WINDOW_HOURS=336

0 commit comments

Comments
 (0)