Files
predavanja/MVC-SimpleCRUD-Layered/MVC-SimpleCRUD-Layered.Web/appsettings.json
Boris Milašinović 1415005b82 MVC (layered variant)
2026-04-26 13:40:03 +02:00

18 lines
501 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Paging": {
"PageSize": 10,
"PageOffset": 5
},
"ConnectionStrings": {
"EventsMssql": "Data Source=.,3030;Initial Catalog=Events;User Id=************;Password=**********;TrustServerCertificate=True",
"EventsPostgres": "Host=localhost;Port=5432;Database=events;Username=***********;Password=**************;Persist Security Info=True"
}
}