Guest User

Config-for-dgraph-server

a guest
Sep 11th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Starting server >>
  2. dgraph zero --config zero-config.json
  3. dgraph server --config config.json
  4.  
  5. config.json >>
  6. {
  7. "lru_mb": "4096",
  8. "port_offset": "9191",
  9. "zero": "localhost:5080",
  10. "postings": "E:/Softwares/DGraph/var/p",
  11. "wal": "E:/Softwares/DGraph/var/w",
  12. "export": "E:/Softwares/DGraph/var/exportDB"
  13. }
  14.  
  15. zero-config.json >>
  16. {
  17. "wal": "E:/Softwares/DGraph/var/zw"
  18. }
Add Comment
Please, Sign In to add comment