README.md aktualisiert
This commit is contained in:
parent
37cb854512
commit
dcf1eb192d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ docuseal-listener:
|
|||
ports:
|
||||
- "5001:8000" # Expose port 5001 on your host, mapping to port 8000 in the container
|
||||
environment:
|
||||
# Add these two lines for URL rewriting
|
||||
# Add these two lines for URL rewriting. For local testing Internal = Public
|
||||
- DOCUSEAL_PUBLIC_URL=https://docu.nord-go.com
|
||||
- DOCUSEAL_INTERNAL_URL=http://app:3000
|
||||
# Enable or disable Verification
|
||||
|
|
@ -26,4 +26,4 @@ docuseal-listener:
|
|||
* Go to your Docuseal webhook settings.
|
||||
* Set the **URL** to `http://<your_server_ip_or_domain>:5001/webhook/docuseal`.
|
||||
* Set the **Secret** to the same value you used for `DOCUSEAL_WEBHOOK_SECRET` in your `docker-compose.yml` file.
|
||||
* Ensure the `form.completed` event is enabled.
|
||||
* Ensure the `form.completed` event is enabled.
|
||||
|
|
|
|||
Loading…
Reference in a new issue