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

View File

@ -1,29 +1,15 @@
{ {
"iisSettings": { "ConnectionStrings": {
"windowsAuthentication": false, "DefaultConnection": ""
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:44357/",
"sslPort": 0
}
}, },
"profiles": { "Runtime" : "Server",
"IIS Express": { "Installation": {
"commandName": "IISExpress", "DefaultAlias": "",
"launchBrowser": true, "HostPassword": "",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "HostEmail": "",
"environmentVariables": { "SiteTemplate": "",
"ASPNETCORE_ENVIRONMENT": "Development" "DefaultTheme": "",
} "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/"
}
} }
} }