cdb/config.toml
2025-04-16 04:05:29 +02:00

15 lines
377 B
TOML

# Only these tokens are authorized to make requests
allowed_tokens = ["password"]
home_assistant = "TOKEN"
# Webhook Notifications
[webhook]
# Item Variants inventory goes below the minimum
item_below_minimum = "https://example.com"
# Transaction gets added
transaction_added = "https://example.com"
# Transaction gets consumed
transaction_consumed = "https://example.com"