File tree Expand file tree Collapse file tree 1 file changed +25
-24
lines changed
ProjectTemplates/ReferenceProject Expand file tree Collapse file tree 1 file changed +25
-24
lines changed Original file line number Diff line number Diff line change 11{
2- "Serilog" : {
3- "MinimumLevel" : {
4- "Default" : " Warning" ,
5- "Override" : {
6- "Microsoft" : " Warning" ,
7- "System" : " Warning"
8- }
9- },
10- "WriteTo" : [
11- {
12- "Name" : " File" ,
13- "Args" : {
14- "path" : " %AppData%/Logs/ReferenceProject.log" ,
15- "rollingInterval" : " Day" ,
16- "buffered" : false
17- }
18- },
19- {
20- "Name" : " Console"
21- }
22- ]
2+ "Serilog" : {
3+ "MinimumLevel" : {
4+ "Default" : " Warning" ,
5+ "Override" : {
6+ "Microsoft" : " Warning" ,
7+ "System" : " Warning"
8+ }
239 },
24- "AllowedHosts" : " *" ,
25- "CoolServiceEndpoint" : " http://%ENDPOINT_HOST%/cool" ,
26- "AnotherServiceEndpoint" : " http://%ENDPOINT_HOST%/another"
10+ "WriteTo" : [
11+ {
12+ "Name" : " File" ,
13+ "Args" : {
14+ "path" : " %AppData%/Logs/ReferenceProject.log" ,
15+ "rollingInterval" : " Day" ,
16+ "buffered" : false
17+ }
18+ },
19+ {
20+ "Name" : " Console"
21+ }
22+ ]
23+ },
24+ "AllowedHosts" : " *" ,
25+ "CoolServiceEndpoint" : " http://%ENDPOINT_HOST%/cool" ,
26+ "AnotherServiceEndpoint" : " http://%ENDPOINT_HOST%/another" ,
27+ "Urls" : " http://localhost:5000"
2728}
You can’t perform that action at this time.
0 commit comments