summary refs log tree commit diff
path: root/testFrontend/SafeNSound.FakeUser/appsettings.json
blob: f77ef073c03cd8072264ff8d656bc642d44fe0b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "Logging": {
    "LogLevel": {
      "Default": "Trace",
      "System": "Information",
      "Microsoft": "Information",
      "ArcaneLibs.Blazor.Components.AuthorizedImage": "Information"
    }
  },
  "SafeNSound": {
    "BaseUrl": "http://localhost:3000"
  }
}