Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Starting server >>
- dgraph zero --config zero-config.json
- dgraph server --config config.json
- config.json >>
- {
- "lru_mb": "4096",
- "port_offset": "9191",
- "zero": "localhost:5080",
- "postings": "E:/Softwares/DGraph/var/p",
- "wal": "E:/Softwares/DGraph/var/w",
- "export": "E:/Softwares/DGraph/var/exportDB"
- }
- zero-config.json >>
- {
- "wal": "E:/Softwares/DGraph/var/zw"
- }
Add Comment
Please, Sign In to add comment