mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 11:22:21 +00:00
fix(config): Fix example config file.
This commit is contained in:
committed by
Elisiário Couto
parent
2c6e099596
commit
d09cf6d04c
@@ -20,8 +20,8 @@ enabled = true
|
|||||||
|
|
||||||
# Optional: Telegram notifications
|
# Optional: Telegram notifications
|
||||||
[notifications.telegram]
|
[notifications.telegram]
|
||||||
token = "your-bot-token"
|
api-key = "your-bot-token"
|
||||||
chat_id = 12345
|
chat-id = 12345
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
# Optional: Transaction filters for notifications
|
# Optional: Transaction filters for notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user