summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Frontend/Properties
diff options
context:
space:
mode:
Diffstat (limited to 'testFrontend/SafeNSound.Frontend/Properties')
-rw-r--r--testFrontend/SafeNSound.Frontend/Properties/launchSettings.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/testFrontend/SafeNSound.Frontend/Properties/launchSettings.json b/testFrontend/SafeNSound.Frontend/Properties/launchSettings.json
new file mode 100644

index 0000000..014db9d --- /dev/null +++ b/testFrontend/SafeNSound.Frontend/Properties/launchSettings.json
@@ -0,0 +1,15 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "applicationUrl": "http://localhost:5247", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +}