18 lines
501 B
JSON
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"
|
|
}
|
|
}
|