Got most of admin panel working. Data issues fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-OpenArchival.Blazor-2bdd9108-567b-4b19-b97f-47edace03070;Trusted_Connection=True;MultipleActiveResultSets=true",
|
||||
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=",
|
||||
"PostgresConnection": "Host=localhost;Database=postgres;Username=postgres;Password="
|
||||
},
|
||||
"Logging": {
|
||||
|
||||
Reference in New Issue
Block a user