diff options
Diffstat (limited to 'SovereignDemesneAzure/SovereignDemesneRazor/Properties/launchSettings.json')
-rw-r--r-- | SovereignDemesneAzure/SovereignDemesneRazor/Properties/launchSettings.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/SovereignDemesneAzure/SovereignDemesneRazor/Properties/launchSettings.json b/SovereignDemesneAzure/SovereignDemesneRazor/Properties/launchSettings.json new file mode 100644 index 0000000..3469dd8 --- /dev/null +++ b/SovereignDemesneAzure/SovereignDemesneRazor/Properties/launchSettings.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5214", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7160;http://localhost:5214", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} |