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 --- .../Properties/launchSettings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Enmarcha.Experimental.ServiceViewer/Properties/launchSettings.json (limited to 'src/Enmarcha.Experimental.ServiceViewer/Properties') diff --git a/src/Enmarcha.Experimental.ServiceViewer/Properties/launchSettings.json b/src/Enmarcha.Experimental.ServiceViewer/Properties/launchSettings.json new file mode 100644 index 0000000..34eab40 --- /dev/null +++ b/src/Enmarcha.Experimental.ServiceViewer/Properties/launchSettings.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7265;http://localhost:5154", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.3