Files
Diary/appsettings.json
2022-06-10 23:18:02 +01:00

17 lines
286 B
JSON

{
"Connectionstrings":
{
"Diary":"Server=192.168.1.20;Database=Dev_Diary;User Id=sa;Password=P@$$W0rd2021!.;"
},
"Logging": {
"LogLevel": {
"Default": "Trace",
"System": "Information",
"Microsoft": "None"
}
},
"AllowedHosts": "*"
}