[config.json] Add config entries for the tuesday event

This commit is contained in:
2024-12-30 13:38:56 -05:00
parent d90fcfa32a
commit 6cce5e129e

View File

@ -19,6 +19,10 @@
}
},
"zblock": {
"conninfo": "YOUR-DB-CONNINFO"
"conninfo": "YOUR-DB-CONNINFO",
"tuesday": {
"enable": false,
"channel": "YOUR-CHANNEL-ID"
}
}
}