Skip to content

Commit c57e379

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/exportpdf.adoc

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

5858
[IMPORTANT]
59-
The `exportpdf_service_url` option automatically appends `/v1/convert` to the URL provided, so only the base URL is required. For example, if the service is hosted at `http://localhost:8080/v1/convert`, the `exportpdf_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/`.
59+
====
60+
The `exportpdf_service_url` option automatically appends `/v1/convert` to the URL provided, so only the base URL is required. For example, if the service is hosted at `http://localhost:8080/v1/convert`, the `exportpdf_service_url` option should be set to `http://localhost:8080/`. When using in production, ensure that `exportpdf_service_url` is updated to the production URL such as `https://myserver.com/`.
61+
====
6062

6163
== Options
6264

0 commit comments

Comments
 (0)