Configuration Options
Location of config options
All config options from Reference of config options can be provided either in:
environment variables |
set via either |
|
located in the same folder as |
The order of this table matches their config option precedence. E.g. any env setting will override options set in apoc.conf
.
APOC Extended internally relies on Apache commons-config for resolving config settings.
The meta-configuration is located in |
Reference of config options
Set these config options in $NEO4J_HOME/conf/apoc.conf
, or by using environment variables.
All boolean options default to false. This means that they are disabled, unless mentioned otherwise.
Property | Description |
---|---|
|
store couchbase-urls under a key to be used by couchbase procedures |
|
store es-urls under a key to be used by elasticsearch procedures |
|
Enable reading local files from disk |
|
the procedures check whether file system access is allowed and possibly constrained to a specific directory by reading the two configuration parameters |
|
store jdbc-urls under a key to be used by apoc.load.jdbc |
|
store mongodb-urls under a key to be used by mongodb procedures |
|
Enable time to live background task |
|
Enable time to live background task for a specific db. Please note that this key has to be set necessarily in |
|
Set frequency in seconds to run ttl background task |
|
Set frequency in seconds to run ttl background task for a specific db. It has priority over apoc.ttl.schedule. Please note that this key has to be set necessarily in |
|
Maximum number of nodes being deleted in one background transaction, that is the batchSize applied to apoc.periodic.iterate() during removing nodes |
|
Maximum number of nodes being deleted in one background transaction for a specific db, that is the batchSize applied to apoc.periodic.iterate() during removing nodes for a specific db. It has priority over apoc.ttl.limit. Please note that this key has to be set necessarily in |
|
global switch to enable uuid handlers |
|
Enable/disable uuid handlers for a specific db. Please note that this key has to be set necessarily in |
Was this page helpful?