13 lines
		
	
	
		
			315 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			315 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "Logging": {
 | 
						|
    "LogLevel": {
 | 
						|
      "Default": "Information",
 | 
						|
      "Microsoft.AspNetCore": "Warning"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "AllowedHosts": "*",
 | 
						|
  "ConnectionStrings": {
 | 
						|
    "DefaultConnection": "Server=(localdb)\\mssqllocaldb; Database=GrossesMitainesDB3; Trusted_Connection=True; MultipleActiveResultSets=true"
 | 
						|
  }
 | 
						|
}
 |