From a304c24b32c0327436bbd8c2853e60668e161b42 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 29 Dec 2025 00:41:52 +0100 Subject: Rename a lot of stuff, add Santiago real time --- src/Enmarcha.Backend/Configuration/AppConfiguration.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Enmarcha.Backend/Configuration/AppConfiguration.cs (limited to 'src/Enmarcha.Backend/Configuration') diff --git a/src/Enmarcha.Backend/Configuration/AppConfiguration.cs b/src/Enmarcha.Backend/Configuration/AppConfiguration.cs new file mode 100644 index 0000000..e86ac39 --- /dev/null +++ b/src/Enmarcha.Backend/Configuration/AppConfiguration.cs @@ -0,0 +1,7 @@ +namespace Enmarcha.Backend.Configuration; + +public class AppConfiguration +{ + public required string OpenTripPlannerBaseUrl { get; set; } + public string NominatimBaseUrl { get; set; } = "https://nominatim.openstreetmap.org"; +} -- cgit v1.3