2024-09-12 09:48:09 +00:00
|
|
|
# Only these tokens are authorized to make requests
|
2024-09-08 00:37:39 +00:00
|
|
|
allowed_tokens = ["password"]
|
2024-09-12 09:48:09 +00:00
|
|
|
|
|
|
|
# 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"
|