standalone-graph-data-science.yaml 350 B

123456789101112
  1. # This scenario creates a single-instance standalone Neo4j
  2. # machine, with a custom memory configuration.
  3. ###############################################################
  4. core:
  5. standalone: true
  6. # Note the use of graph-data-science here.
  7. plugins: "[\"apoc\",\"graph-data-science\"]"
  8. acceptLicenseAgreement: "yes"
  9. neo4jPassword: mySecretPassword