17 lines
535 B
JSON
17 lines
535 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"EventsMssql": "Data Source=.,3030;Initial Catalog=Events;use-secrets.json-to-set-username-and-password;TrustServerCertificate=True",
|
|
"EventsPostgres": "Host=localhost;Database=events;use-secrets.json-to-set-username-and-password;Persist Security Info=True"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"System": "Error",
|
|
"Microsoft": "Error",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
|
|
"EF_Demo.Demo": "Information"
|
|
}
|
|
}
|
|
}
|
|
|