f925b87883
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
12 lines
292 B
JSON
12 lines
292 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost;Database=movie-database;Port=5432;;Username=postgres;Password=moviedatabase"
|
|
}
|
|
}
|