Revert launchSettings

This commit is contained in:
alikoli
2023-08-10 02:03:46 +02:00
parent 8fbbbce4ec
commit 101a3c8af5

View File

@ -1,4 +1,12 @@
{ {
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:44358/",
"sslPort": 0
}
},
"profiles": { "profiles": {
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
@ -15,13 +23,5 @@
}, },
"applicationUrl": "http://localhost:44358/" "applicationUrl": "http://localhost:44358/"
} }
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:65367/",
"sslPort": 44327
}
} }
} }