Newer
Older
percord / extra / admin-api / Spacebar.UApi / appsettings.Development.json
@Rory& Rory& on 20 Feb 532 bytes UAPI work
{
  "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"
    }
  }
}