This commit is contained in:
JMARyA 2024-09-12 11:48:09 +02:00
parent 37475460e2
commit 02966c0605
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 340 additions and 13 deletions

View file

@ -1 +1,13 @@
# 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"