This commit is contained in:
Blackwhitebear8 2025-08-12 17:38:26 +02:00
parent 713bc5fdf8
commit 03067c71c6

4
.env Normal file
View file

@ -0,0 +1,4 @@
# De basis-URL voor alle uitgaande webhooks. De app voegt zelf de ID toe.
# Bijvoorbeeld: /webhook/jellyseerr wordt doorgestuurd naar https://matrix.example/webhook/something
OUTGOING_WEBHOOK_BASE_URL="https://matrix-webhook-url/webhook/"
OUTGOING_WEBHOOK_PARAMS="?format=html"