MVC (layered variant)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user