summaryrefslogtreecommitdiff
path: root/dwalker.xyz/Properties/launchSettings.json
diff options
context:
space:
mode:
authordwalker <dwalker@dwalker.xyz>2026-05-05 20:09:18 -0400
committerdwalker <dwalker@dwalker.xyz>2026-05-05 20:09:18 -0400
commitef93c6eb16d33b8dd4a0fb8962341d9fcc20c666 (patch)
treecb41392db95976ba9441d1879cbcb4296bc66be5 /dwalker.xyz/Properties/launchSettings.json
parent34e03cd981acc934c779c29400f6ade0cb9bf54a (diff)
fixed runtime
Diffstat (limited to 'dwalker.xyz/Properties/launchSettings.json')
-rw-r--r--dwalker.xyz/Properties/launchSettings.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/dwalker.xyz/Properties/launchSettings.json b/dwalker.xyz/Properties/launchSettings.json
index c55f6a2..daf9f30 100644
--- a/dwalker.xyz/Properties/launchSettings.json
+++ b/dwalker.xyz/Properties/launchSettings.json
@@ -1,20 +1,20 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
- "http": {
+ "https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
- "applicationUrl": "http://localhost:0",
+ "applicationUrl": "https://127.0.0.1:0;http://127.0.0.1:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
- "https": {
+ "http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
- "applicationUrl": "https://localhost:0;http://localhost:0",
+ "applicationUrl": "http://127.0.0.1:0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}