Add 'NEO4J_dbms_default__database' to 'docker-compose.yml' as commented example

This commit is contained in:
Wolfgang Huß 2023-12-12 15:43:47 +01:00
parent 1dc871d306
commit 64ac68bd01

View File

@ -111,10 +111,12 @@ services:
# settings reference: https://neo4j.com/docs/operations-manual/4.4/docker/ref-settings/ # settings reference: https://neo4j.com/docs/operations-manual/4.4/docker/ref-settings/
# TODO: This sounds scary for a production environment # TODO: This sounds scary for a production environment
- NEO4J_AUTH=none - NEO4J_AUTH=none
# - NEO4J_dbms_default__database=graph.db
# - NEO4J_dbms_default__database=neo4j
- NEO4J_dbms_security_procedures_unrestricted=algo.*,apoc.* - NEO4J_dbms_security_procedures_unrestricted=algo.*,apoc.*
- NEO4J_dbms_allow__format__migration=true - NEO4J_dbms_allow__format__migration=true
- NEO4J_dbms_allow__upgrade=true - NEO4J_dbms_allow__upgrade=true
# Uncomment following line for Neo4j Enterprise version instead of Community version # uncomment following line for Neo4j Enterprise version instead of Community version
# TODO: clarify if that is the only thing needed to unlock the Enterprise version # TODO: clarify if that is the only thing needed to unlock the Enterprise version
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes # - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
# TODO: Remove the playground from production # TODO: Remove the playground from production