I am running Memgraph using docker with the following command:
docker run -it -p 7687:7687 memgraph/memgraph --memory-limit=50 --log-level=TRACE
I have been looking at the available memgraph configuration settings but I can't seem to find a setting like --username=memgraph
or --password=test
.
How do I change the default username and password?