15 lines
377 B
TOML
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"
|