Skip to content

Commit 8ca221f

Browse files
authored
DOC-2583 Removed Service URL for Import Word
1 parent 9137ff8 commit 8ca221f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/import-word-with-jwt-authentication-with-PHP.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
3535
'margin_bottom': '1in',
3636
'margin_left': '1in'
3737
},
38-
importword_service_url: "<serviceURL>",
3938
// import_token_provider fetches a token from the `/jwt.php` endpoint.
4039
importword_token_provider: () => {
4140
return fetch('http://localhost:3000/jwt.php', {
@@ -59,4 +58,4 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
5958

6059
include::partial$auth/document-converters/php/server-setup-php.adoc[]
6160

62-
include::partial$auth/document-converters/php/configuration-steps.adoc[]
61+
include::partial$auth/document-converters/php/configuration-steps.adoc[]

0 commit comments

Comments
 (0)