summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.Offload/appsettings.Development.json
blob: 0092bb18f13be406402a0987c06abdbb5c32ac2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Trace",
      "Microsoft.AspNetCore.Server.Kestrel.Connections": "Information",
      "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "Information",
      "Microsoft.AspNetCore.Mvc": "Warning",
      "Microsoft.AspNetCore.HostFiltering": "Warning",
      "Microsoft.AspNetCore.Cors": "Warning",
      //      "Microsoft.EntityFrameworkCore": "Warning"
      "Microsoft.EntityFrameworkCore.Database.Command": "Information"
    }
  },
  "ConnectionStrings": {
    "Spacebar": "Host=127.0.0.1; Username=postgres; Database=sb-testing; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"
  },
  "Spacebar": {
    "Authentication": {
      "PrivateKeyPath": "../../../jwt.key",
      "PublicKeyPath": "../../../jwt.key.pub"
//            "Enforce2FA": false,
//            "OverrideUid": "1006598230156341276",
//            "DisableAuthentication": true
    }
  }
}