From ccdbbc960397ac1bc3b3235516922339a69216f4 Mon Sep 17 00:00:00 2001 From: Peter Mohacsi Date: Sun, 26 Nov 2023 07:56:39 +0100 Subject: [PATCH] Prepare for 2.4 release --- CHANGELOG.md | 3 ++- backend/src/config.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fabc0..7b9e7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Simrail Community EDR Changelog -## *2.4 - Unreleased* +## *2.4 - 2023-11-26* ### Changes and features - Added support for Sławków, Łazy Ła, Dąbrowa Górnicza Ząbkowice dispatch stations (thanks for your help Matejzon) - Added support for new trains & liveries - The train list for driver view is now a little bit easier to understand +- Small changes to driver view for a more mobile-friendly interface (train details are now on a new tab beside the timeline) ### Fixes diff --git a/backend/src/config.ts b/backend/src/config.ts index 5dc3625..376e67c 100644 --- a/backend/src/config.ts +++ b/backend/src/config.ts @@ -3,7 +3,7 @@ import { StationId } from "./enum/stationId.js"; export const BASE_SIMRAIL_API = "https://panel.simrail.eu:8084/"; export const BASE_AWS_API = "https://api1.aws.simrail.eu:8082/api/" export const BASE_SIMKOL_API = "https://webhost.simkol.pl/"; -export const BASE_SELF_API = "http://localhost:8080/"; +export const BASE_SELF_API = `http://localhost:${process.env.LISTEN_PORT}/`; export const BASE_OSRM_API = "http://localhost:5000/"; export const srHeaders = {