Got the new ui flow working and the models updated. Need to get changes written to the database.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-OpenArchival.Blazor-2bdd9108-567b-4b19-b97f-47edace03070;Trusted_Connection=True;MultipleActiveResultSets=true"
|
||||
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-OpenArchival.Blazor-2bdd9108-567b-4b19-b97f-47edace03070;Trusted_Connection=True;MultipleActiveResultSets=true",
|
||||
"PostgresConnection": "Host=localhost;Database=postgres;Username=postgres;Password="
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
@@ -15,5 +16,10 @@
|
||||
"Database": "postgres",
|
||||
"Username": "postgres",
|
||||
"Password": ""
|
||||
},
|
||||
"FileUploadOptions": {
|
||||
"MaxUploadSizeBytes": 2147483648,
|
||||
"UploadFolderPath": "C:\\TestUpload\\",
|
||||
"MaxFileCount": 100
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user