Dimitar46

appsettings.json

Apr 7th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. {
  2.   "Logging": {
  3.     "LogLevel": {
  4.       "Default": "Information",
  5.       "Microsoft.AspNetCore": "Warning"
  6.     }
  7.   },
  8.   "ConnectionStrings": {
  9.     "DefaultConnection": "server=127.0.0.1;database=e_project;user=root;pwd=Nikolov.1001"
  10.   },
  11.   "AllowedHosts": "*"
  12. }
  13.  
Add Comment
Please, Sign In to add comment