17 lines
286 B
JSON
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": "*"
|
|
}
|