newsletter/sample-appsettings.json

13 lines
351 B
JSON
Raw Normal View History

2023-03-22 11:03:06 -04:00
{
2023-03-23 16:49:18 -04:00
"exportPath": "../newsletter.html",
2023-03-22 11:03:06 -04:00
"reporters": [
{
2023-03-23 16:49:18 -04:00
"reporterClass":"dummy",
"misc":[
{"key": "url", "value": "localhost:8080"},
{"key": "username", "value": "guy who didn't configure"},
{"key": "password", "value": "sordph1sh"}
]
2023-03-22 11:03:06 -04:00
}
]
}