newsletter/sample-appsettings.json
2023-03-22 11:03:06 -04:00

11 lines
240 B
JSON

{
"exportPath": "./newsletter.html",
"reporters": [
{
"type":"dummy",
"url": "localhost:8080",
"username": "guy who didn't configure",
"password": "sordph1sh"
}
]
}