Files
DevOps/appsettings.json

16 lines
330 B
JSON

{
"Database": {
"Provider": "Postgres"
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=example_prod;Username=postgres;Password=postgres"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}