Skip to content

Commit 6629365

Browse files
committed
Add comment
1 parent 8d0043c commit 6629365

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

scripts/test_envs/gds_plugin_community/compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ services:
22
neo4j:
33
image: neo4j:latest
44
environment:
5-
- NEO4J_AUTH=none
5+
- NEO4J_AUTH=none # for testing
6+
67
- NEO4J_PLUGINS=["graph-data-science"]
78
- NEO4J_dbms_security_procedures_allowlist=gds.*
89
- NEO4J_dbms_security_procedures_unrestricted=gds.*

scripts/test_envs/gds_plugin_enterprise/compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ services:
44
volumes:
55
- ${HOME}/.gds_license:/licenses/.gds_license
66
environment:
7+
- NEO4J_AUTH=none # for testing
8+
79
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
8-
- NEO4J_AUTH=none
910
- NEO4J_PLUGINS=["graph-data-science"]
1011
- NEO4J_dbms_security_procedures_allowlist=gds.*
1112
- NEO4J_dbms_security_procedures_unrestricted=gds.*
@@ -14,7 +15,6 @@ services:
1415
- NEO4J_gds_export_location=/tmp/gds_graphs
1516
- NEO4J_gds_model_store__location=/tmp/gds_models
1617

17-
# should only be used for testing
1818
- NEO4J_gds_arrow_advertised__listen__address=0.0.0.0:8491
1919
- NEO4J_gds_arrow_listen__address=0.0.0.0:8491
2020

0 commit comments

Comments
 (0)