summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.UApi/appsettings.Development.json
blob: 524b10da7ab66e0ec29457b324db0dd34fa66bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5433; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"
  },
  "Spacebar": {
    "Authentication": {
      "PublicKeyPath": "../../../jwt.key.pub",
      "PrivateKeyPath": "../../../jwt.key"
    },
    "UApi":{
      "FallbackApiEndpoint": "http://localhost:3113"
    }
  }
}