13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Database": "Host=aspnet-postgres;Database=trazo;Username=root;Password=root"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|