Files
discord-hedgedoc-md/config.json.example

17 lines
429 B
JSON

[
{
"timezone": "America/Los_Angeles",
"pollingRateMS": "30000"
},
{
"name": "first",
"markdownURL": "https://example.com/s/example/download",
"webhookURL": "https://discord.com/api/webhooks/example/example"
},
{
"name": "second",
"markdownURL": "https://example.com/s/example/download",
"webhookURL": "https://discord.com/api/webhooks/example/example"
}
]