From 5d001d9b1ffa1da3d6ba4ff48f3c1332aec4c821 Mon Sep 17 00:00:00 2001 From: Daniele Berton Date: Tue, 11 Apr 2017 16:09:54 +0200 Subject: [PATCH] Fixes #253 - docs statement on default config values not correct (#385) --- docs/overview.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/overview.adoc b/docs/overview.adoc index 57a0c8c645..3026d35160 100644 --- a/docs/overview.adoc +++ b/docs/overview.adoc @@ -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..uri=jdbc-url-with-credentials | store jdbc-urls under a key to be used by apoc.load.jdbc | apoc.es..uri=es-url-with-credentials | store es-urls under a key to be used by elasticsearch procedures | apoc.mongodb..uri=mongodb-url-with-credentials | store mongodb-urls under a key to be used by mongodb procedures