Skip to content

Commit 2d6486d

Browse files
kemister85Farzad Hayat
andauthored
Update modules/ROOT/pages/exportword.adoc
Co-authored-by: Farzad Hayat <[email protected]>
1 parent c57e379 commit 2d6486d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/exportword.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ tinymce.init({
6161
----
6262

6363
[IMPORTANT]
64-
The `exportword_service_url` option automatically appends `/v2/convert/html-docx` to the URL provided, so only the base URL is required. For example, if the service is hosted at `http://localhost:8080/v2/convert/html-docx`, the `exportword_service_url` option should be set to `http://localhost:8080/`. When using in production, ensure that the service_url is updated to the production URL such as `https://myserver.com/`.
64+
====
65+
The `exportword_service_url` option automatically appends `/v2/convert/html-docx` to the URL provided, so only the base URL is required. For example, if the service is hosted at `http://localhost:8080/v2/convert/html-docx`, the `exportword_service_url` option should be set to `http://localhost:8080/`. When using in production, ensure that `exportword_service_url` is updated to the production URL such as `https://myserver.com/`.
66+
====
6567

6668
== Options
6769

0 commit comments

Comments
 (0)