summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Frontend/Properties
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-31 20:29:51 +0200
committerRory& <root@rory.gay>2025-05-31 20:29:51 +0200
commit3e4e5d3e26f96a4fac284e6b9d16e7d9e3ac46a6 (patch)
treec2856bcfc0e4f34a2892d3ba23da4de4e387c139 /testFrontend/SafeNSound.Frontend/Properties
parentGenerate jwt secrets (diff)
downloadnodejs-final-assignment-3e4e5d3e26f96a4fac284e6b9d16e7d9e3ac46a6.tar.xz
Init test frontend
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" + } + } + } +}