Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##appsettings.json -- example with database connection
- "ConnectionStrings": {
- "DefaultConnection": "Server=localhost; Database=Identity; User ID=SA; Password=passwordEASY123;",
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement