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

index 0000000..20f400a --- /dev/null +++ b/Rhea/Properties/launchSettings.json
@@ -0,0 +1,14 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "applicationUrl": "http://localhost:5087", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +}