Files
openarchival/OpenArchival.DataAccess/bin/Debug/net9.0/appsettings.json

12 lines
260 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"PostgresConnection": "Host=localhost;Database=postgres;Username=postgres;Password="
}
}