Hi,
I love dgraph, thank you for creating an A+ product!
I have this config.json file
{
"my": "localhost:7080",
"zero": "localhost:5080",
"lru_mb": 4096,
"postings": "/postings",
"wal": "/wal"
}
How do I ask dgraph to use the config.json? I’ve tried each of these commands but they don’t compile
dgraph --config config.json
dgraph zero --config config.json
dgraph alpha --config config.json
dgraph-ratel --config config.json
Thank you!