Commit a60238a 1 parent c06773d commit a60238a Copy full SHA for a60238a
File tree 1 file changed +30
-0
lines changed
src/Core2D.Web/Properties
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "iisSettings" : {
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
+ "iisExpress" : {
6
+ "applicationUrl" : " http://localhost:13961" ,
7
+ "sslPort" : 44319
8
+ }
9
+ },
10
+ "profiles" : {
11
+ "ControlCatalog.Web - IIS Express" : {
12
+ "commandName" : " IISExpress" ,
13
+ "launchBrowser" : true ,
14
+ "inspectUri" : " {wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}" ,
15
+ "environmentVariables" : {
16
+ "ASPNETCORE_ENVIRONMENT" : " Development"
17
+ }
18
+ },
19
+ "ControlCatalog.Web" : {
20
+ "commandName" : " Project" ,
21
+ "dotnetRunMessages" : " true" ,
22
+ "launchBrowser" : true ,
23
+ "inspectUri" : " {wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}" ,
24
+ "applicationUrl" : " https://localhost:5001;http://localhost:5000" ,
25
+ "environmentVariables" : {
26
+ "ASPNETCORE_ENVIRONMENT" : " Development"
27
+ }
28
+ }
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments