cdb/config.toml
2024-09-12 11:48:09 +02:00

13 lines
351 B
TOML

# Only these tokens are authorized to make requests
allowed_tokens = ["password"]
# 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"