29 lines
631 B
Plaintext
29 lines
631 B
Plaintext
# This is a Memgraph configuration file.
|
|
# For a complete list of options, please visit:
|
|
# https://memgraph.com/docs/database-management/configuration
|
|
|
|
# Bolt protocol port
|
|
--bolt-port=7687
|
|
|
|
# Also log to stderr
|
|
--also-log-to-stderr=true
|
|
|
|
# The directory where Memgraph stores its data
|
|
--data-directory=/var/lib/memgraph
|
|
|
|
# The level of detail of the log messages
|
|
--log-level=INFO
|
|
|
|
# The address to which the Bolt server will bind to
|
|
--bolt-address=0.0.0.0
|
|
|
|
# The address to which the replication server will bind to
|
|
--replication-address=0.0.0.0
|
|
|
|
# Enable authentication
|
|
--auth-enabled=false
|
|
|
|
--storage-properties-on-edges=true
|
|
|
|
|