13 lines
		
	
	
		
			229 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			229 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "Logging": {
 | 
						|
    "LogLevel": {
 | 
						|
      "Default": "Information",
 | 
						|
      "Microsoft.AspNetCore": "Warning"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "AllowedHosts": "*",
 | 
						|
  "SiteUrl": "http://localhost:3000",
 | 
						|
  "Client": {
 | 
						|
    "SomeSetting": "SomeValue"
 | 
						|
  }
 | 
						|
} |