Skip to content

Commit

Permalink
Fixes neo4j-contrib#253 - docs statement on default config values not…
Browse files Browse the repository at this point in the history
… correct (neo4j-contrib#385)
  • Loading branch information
Daniele Berton authored and albertodelazzari committed Jun 28, 2017
1 parent f504734 commit 5d001d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ All boolean options default to **false**, i.e. they are disabled, unless mention

[cols="1m,5"]
|===
| apoc.trigger.enabled=true | Enable triggers
| apoc.ttl.enabled=true | Enable time to live background task
| apoc.trigger.enabled=false/true | Enable triggers
| apoc.ttl.enabled=false/true | Enable time to live background task
| apoc.ttl.schedule=5 | Set frequency in seconds to run ttl background task (default 60)
| apoc.import.file.use_neo4j_config=true | Enable reading properties: `dbms.directories.import`,`dbms.security.allow_csv_import_from_file_urls`
| apoc.import.file.enabled=true | Enable reading local files from disk
| apoc.export.file.enabled=true | Enable writing local files to disk
| apoc.import.file.use_neo4j_config=false/true | Enable reading properties: `dbms.directories.import`,`dbms.security.allow_csv_import_from_file_urls`
| apoc.import.file.enabled=false/true | Enable reading local files from disk
| apoc.export.file.enabled=false/true | Enable writing local files to disk
| apoc.jdbc.<key>.uri=jdbc-url-with-credentials | store jdbc-urls under a key to be used by apoc.load.jdbc
| apoc.es.<key>.uri=es-url-with-credentials | store es-urls under a key to be used by elasticsearch procedures
| apoc.mongodb.<key>.uri=mongodb-url-with-credentials | store mongodb-urls under a key to be used by mongodb procedures
Expand Down

0 comments on commit 5d001d9

Please sign in to comment.