source: KernelRecordsMVC.Web/appsettings.json

main
Last change on this file was fa0fbaf, checked in by mmilevski <markomilevski3@…>, 4 weeks ago

Added major improvements.

  • Property mode set to 100644
File size: 197 bytes
Line 
1{
2 "ConnectionStrings": {
3 "KernelRecords": ""
4 },
5
6 "Logging": {
7 "LogLevel": {
8 "Default": "Information",
9 "Microsoft.AspNetCore": "Warning"
10 }
11 },
12
13 "AllowedHosts": "*"
14}
Note: See TracBrowser for help on using the repository browser.