Add template config
This commit is contained in:
parent
7de2d876ff
commit
4109accb53
12
config.template.json
Normal file
12
config.template.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"discord_token": "discord-token",
|
||||||
|
"miniflux_base_url": "https://url.to.miniflux.instance.here",
|
||||||
|
"miniflux_webhook_secret": "miniflux-webhook-secret",
|
||||||
|
"payload_max_size": 10485760,
|
||||||
|
"whitelisted_user_ids": [
|
||||||
|
1234567890
|
||||||
|
],
|
||||||
|
"host": "0.0.0.0",
|
||||||
|
"port": 1234,
|
||||||
|
"log_level": "debug"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user