summary refs log tree commit diff
path: root/Rhea/appsettings.Development.json
blob: 7ccad18af0db51465db748b545390544b32d9715 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
//      "Microsoft.AspNetCore": "Warning"
    }
  },
  "Rhea": {
    "StorePath": "/nix/store"
  }
}