From 6efb4434811a1efa10e0d9e55bd96aefc02332a3 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Wed, 23 Aug 2023 17:42:24 +0200 Subject: [PATCH] Update launchSettings.json --- Moonlight/Properties/launchSettings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Moonlight/Properties/launchSettings.json b/Moonlight/Properties/launchSettings.json index 9d662090..6e88d09e 100644 --- a/Moonlight/Properties/launchSettings.json +++ b/Moonlight/Properties/launchSettings.json @@ -9,7 +9,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "ML_DEBUG": "true" }, - "applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118", + "applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118", "dotnetRunMessages": true }, "Live DB": @@ -21,7 +21,7 @@ "ML_DEBUG": "true", "ML_CONFIG_PATH": "storage\\configs\\live_config.json" }, - "applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118", + "applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118", "dotnetRunMessages": true }, "Dev DB 1": @@ -33,7 +33,7 @@ "ML_DEBUG": "true", "ML_CONFIG_PATH": "storage\\configs\\dev_1_config.json" }, - "applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118", + "applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118", "dotnetRunMessages": true }, "Dev DB 2": @@ -45,7 +45,7 @@ "ML_DEBUG": "true", "ML_CONFIG_PATH": "storage\\configs\\dev_2_config.json" }, - "applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118", + "applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118", "dotnetRunMessages": true } }