Events-MVC (example with htmx)
This commit is contained in:
17
Events-MVC/Events.MVC/appsettings.json
Normal file
17
Events-MVC/Events.MVC/appsettings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Paging": {
|
||||
"PageSize": 10,
|
||||
"PageOffset": 5
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"EventsMssql": "Data Source=.,1433;Initial Catalog=Events;User Id=sport;Password=go and look in the secrets file;TrustServerCertificate=True",
|
||||
"EventsPostgres": "Host=localhost;Port=5432;Database=events;Username=sport;Password=go and look in the secrets file;Persist Security Info=True;"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user