newsletter/sample-appsettings.json

11 lines
240 B
JSON
Raw Normal View History

2023-03-22 11:03:06 -04:00
{
"exportPath": "./newsletter.html",
"reporters": [
{
"type":"dummy",
"url": "localhost:8080",
"username": "guy who didn't configure",
"password": "sordph1sh"
}
]
}