Files
predavanja/MVC-SimpleCRUD/MVC-SimpleCRUD/appsettings.json
2026-04-25 22:12:31 +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"
}
}