Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "ConnectionStrings": {
  3.     "Main": "Server=;Port=5432;Database=;User Id=;Password=;"
  4.   },
  5.   "DataProtectionDirectory": "./data-protection",
  6.   "Paging": {
  7.     "DefaultPageSize": "20",
  8.     "MaximalPageSize": "100"
  9.   },
  10.   "Logging": {
  11.     "IncludeScopes": "false",
  12.     "LogLevel": {
  13.       "Default": "Warning",
  14.       "Microsoft.AspNetCore.DataProtection": "Error"
  15.     }
  16.   }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement