diff options
Diffstat (limited to 'src/Enmarcha.Experimental.ServiceViewer/Properties')
| -rw-r--r-- | src/Enmarcha.Experimental.ServiceViewer/Properties/launchSettings.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" + } + } + } +} |
