neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
336 stars 171 forks source link

apoc configurations location changed in 5.x #409

Closed jennyowen closed 1 year ago

jennyowen commented 1 year ago

Since 5.0.0, APOC configuration settings have gone in apoc.conf instead of neo4j.conf. Adding APOC confs to the end of neo4j.conf causes neo4j to fail on startup because of strict checking. This change means that apoc configurations set by environment variable are now written to apoc.conf instead of neo4j.conf.