yavsc/src/Yavsc.Org/appsettings-org.Testing.json

11 lines
189 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"YavscConnection": "InMemory"
},
"Smtp": {
"Host": "smtp.test.local",
"Port": 465,
"UserName": "test-user",
"Password": "test-pass"
}
}