diff options
author | dtmw <---@---> | 2025-09-08 19:50:15 -0400 |
---|---|---|
committer | dtmw <---@---> | 2025-09-08 19:50:15 -0400 |
commit | 280f1a7cfbb1b90b0cb385d0ea4432a5ef115aba (patch) | |
tree | f9badda529b1daaab35da23c57021f3a35a8eb49 /SovereignDemesneAzure/SovereignDemesneRazor/Properties/launchSettings.json |
initial commit
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" + } + } + } +} |