From dcf1eb192d3bf2864abc6ee24ec920c27d688e96 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 4 Nov 2025 13:06:21 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ebc9e8..5c13d92 100644 --- a/README.md +++ b/README.md @@ -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://: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. \ No newline at end of file + * Ensure the `form.completed` event is enabled.