summaryrefslogtreecommitdiff
path: root/bin/Debug/net6.0/publish/appsettings.json
blob: 86b5b3ae8c311029a37715faec1d7c04ab623fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "LibraryContext": "Host=127.0.0.1;Database=library;Username=luis"
  },
  "AllowedHosts": "*"
}