summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json
blob: 5a367f27d569610bc020d6615786148925f9a05b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
      "Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar"
  }
}