Got the new ui flow working and the models updated. Need to get changes written to the database.
This commit is contained in:
12
OpenArchival.DataAccess/appsettings.json
Normal file
12
OpenArchival.DataAccess/appsettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"PostgresConnection": "Host=localhost;Database=postgres;Username=postgres;Password="
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user