Scaffold some identity stuff and switch to postgres
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"ApplicationDbContextConnection": "Server=(localdb)\\mssqllocaldb;Database=PresentPortal.ApiService;Trusted_Connection=True;MultipleActiveResultSets=true"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user