Update launchSettings.json
This commit is contained in:
parent
120066fce1
commit
0f814bfefe
|
@ -1,15 +1,29 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"iisSettings": {
|
||||||
"DefaultConnection": ""
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
"iisExpress": {
|
||||||
|
"applicationUrl": "http://localhost:44357/",
|
||||||
|
"sslPort": 0
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Runtime" : "Server",
|
"profiles": {
|
||||||
"Installation": {
|
"IIS Express": {
|
||||||
"DefaultAlias": "",
|
"commandName": "IISExpress",
|
||||||
"HostPassword": "",
|
"launchBrowser": true,
|
||||||
"HostEmail": "",
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
|
||||||
"SiteTemplate": "",
|
"environmentVariables": {
|
||||||
"DefaultTheme": "",
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
"DefaultLayout": "",
|
}
|
||||||
"DefaultContainer": ""
|
},
|
||||||
|
"Oqtane.Server": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
},
|
||||||
|
"applicationUrl": "http://localhost:44357/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user