Remove default webhook URL from .env.example
The default value for the SELF_HOSTED_WEBHOOK_URL in the .env.example file was removed to prevent unintentional exposure or usage. The users are now required to explicitly specify
This commit is contained in:
parent
6208f4207d
commit
9e5ddec207
@ -52,4 +52,4 @@ PROXY_PASSWORD=
|
|||||||
BLOCK_MEDIA=
|
BLOCK_MEDIA=
|
||||||
|
|
||||||
# Set this to the URL of your webhook when using the self-hosted version of FireCrawl
|
# Set this to the URL of your webhook when using the self-hosted version of FireCrawl
|
||||||
SELF_HOSTED_WEBHOOK_URL=https://webhook.site/9d867d67-f77a-409b-aad6-73ebb2a264c2
|
SELF_HOSTED_WEBHOOK_URL=
|
Loading…
Reference in New Issue
Block a user