mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs. WWW: https://neo4j.com
17 lines
726 B
Text
17 lines
726 B
Text
$FreeBSD$
|
|
|
|
--- conf/neo4j.conf.orig 2016-08-25 02:30:25.057742736 +0100
|
|
+++ conf/neo4j.conf 2016-08-25 02:32:53.932724521 +0100
|
|
@@ -6,9 +6,9 @@
|
|
#dbms.active_database=graph.db
|
|
|
|
# Paths of directories in the installation.
|
|
-#dbms.directories.data=data
|
|
-#dbms.directories.plugins=plugins
|
|
-#dbms.directories.certificates=certificates
|
|
+dbms.directories.data=%%DATADIR%%
|
|
+dbms.directories.plugins=%%PREFIX%%/lib/neo4j/plugins
|
|
+dbms.directories.certificates=%%PREFIX%%/etc/neo4j-certificates
|
|
|
|
# This setting constrains all `LOAD CSV` import files to be under the `import` directory. Remove or uncomment it to
|
|
# allow files to be loaded from anywhere in filesystem; this introduces possible security problems. See the `LOAD CSV`
|