Skip to content

Commit 5aa6864

Browse files
authored
Add reference to config_dbms.http_enabled_modules. (#47)
1 parent 13fc6c7 commit 5aa6864

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/introduction.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ The default timeout is `60` seconds.
1515
Responses from the HTTP API can be transmitted as JSON streams, resulting in better performance and lower memory overhead on the server side.
1616
To use streaming, supply the header `X-Stream: true` with each request.
1717

18+
In case `dbms.http_enabled_modules` is defined in `conf/neo4j.conf` and you want to use HTTP API, then the parameter must include `TRANSACTIONAL_ENDPOINTS`.
19+
See xref:4.4@operations-manual:ROOT:reference/configuration-settings/index.adoc#config_dbms.http_enabled_modules[Operations Manual -> Configuration settings `config_dbms.http_enabled_modules`] for more information.
20+
1821
[NOTE]
1922
====
2023
* Literal line breaks are not allowed inside Cypher statements.
@@ -29,4 +32,3 @@ In order to speed up queries in repeated scenarios, try not to use literals but
2932
This will let the server cache query plans.
3033
See xref:4.4@cypher-manual:ROOT:syntax/parameters/index.adoc#cypher-parameters[Cypher Manual -> Parameters] for more information.
3134
====
32-

0 commit comments

Comments
 (0)