summaryrefslogtreecommitdiff
path: root/SovereignDemesneAzure/SovereignDemesneRazor/Properties
diff options
context:
space:
mode:
authordtmw <---@--->2025-09-08 19:50:15 -0400
committerdtmw <---@--->2025-09-08 19:50:15 -0400
commit280f1a7cfbb1b90b0cb385d0ea4432a5ef115aba (patch)
treef9badda529b1daaab35da23c57021f3a35a8eb49 /SovereignDemesneAzure/SovereignDemesneRazor/Properties
initial commit
Diffstat (limited to 'SovereignDemesneAzure/SovereignDemesneRazor/Properties')
-rw-r--r--SovereignDemesneAzure/SovereignDemesneRazor/Properties/launchSettings.json23
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"
+ }
+ }
+ }
+}