Asp.Net_Single_Page_App/Single_Page_Anwendung/appsettings.json
2022-06-07 14:35:06 +02:00

14 lines
398 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"FutterContext" : "Server=(localdb)\\mssqllocaldb;Database=DaRestaurant;Trusted_Connection=True;MultipleActiveResultSets=True" // Verbindungsstring zur Datenbank, in diesem Fall Local
},
"AllowedHosts": "*"
}