1
1
{
2
- "iisSettings" : {
3
- "windowsAuthentication" : false ,
4
- "anonymousAuthentication" : true ,
5
- "iisExpress" : {
6
- "applicationUrl" : " http://localhost:59798" ,
7
- "sslPort" : 44325
8
- }
9
- },
10
- "$schema" : " http://json.schemastore.org/launchsettings.json" ,
2
+ "iisSettings" : {
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
+ "iisExpress" : {
6
+ "applicationUrl" : " http://localhost:59798" ,
7
+ "sslPort" : 44325
8
+ }
9
+ },
10
+ "$schema" : " http://json.schemastore.org/launchsettings.json" ,
11
11
"profiles" : {
12
12
"IIS Express" : {
13
13
"commandName" : " IISExpress" ,
14
14
"launchBrowser" : true ,
15
- "launchUrl" : " " ,
16
15
"environmentVariables" : {
17
16
"ASPNETCORE_ENVIRONMENT" : " Development"
18
17
}
19
18
},
20
19
"InkyCal.Server" : {
21
20
"commandName" : " Project" ,
22
21
"launchBrowser" : true ,
23
- "launchUrl" : " " ,
24
22
"environmentVariables" : {
25
- "ASPNETCORE_ENVIRONMENT" : " Development"
23
+ "ASPNETCORE_ENVIRONMENT" : " Development" ,
24
+ "logging__loglevel__microsoft_aspnetcore_hosting" : " Information"
26
25
},
27
26
"applicationUrl" : " https://localhost:5001;http://localhost:5000"
28
27
},
35
34
},
36
35
"Watch" : {
37
36
"commandName" : " Executable" ,
38
- "workingDirectory" : " $(ProjectDir)" ,
39
37
"executablePath" : " dotnet.exe" ,
40
- "commandLineArgs" : " watch run"
38
+ "commandLineArgs" : " watch run" ,
39
+ "workingDirectory" : " $(ProjectDir)"
41
40
}
42
41
}
43
42
}
0 commit comments