Update launchSettings.json

This commit is contained in:
Cody 2020-06-18 23:06:33 -07:00 committed by GitHub
parent 120066fce1
commit 0f814bfefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/"
}
} }
} }