16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"Database": {
|
|
"Provider": "Postgres"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=db;Port=5432;Database=db;Username=user;Password=password"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|