KI-Kunst-Kirsten-Kloeckner/KIKunstKirstenKlöckner/appsettings.Development.json

13 lines
436 B
JSON
Raw Permalink Normal View History

2023-08-02 16:20:21 +02:00
{
2023-10-10 16:21:00 +02:00
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Default": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=KiKunstDatenbank;Integrated Security=True;Connect Timeout=60;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
2023-08-02 16:20:21 +02:00
}
}