11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"YavscConnection": "InMemory"
|
|
},
|
|
"Smtp": {
|
|
"Host": "smtp.test.local",
|
|
"Port": 465,
|
|
"UserName": "test-user",
|
|
"Password": "test-pass"
|
|
}
|
|
}
|