Is there documentation about how to run Ratel independently and the configurations of its ports? I need to change it being served at 8000.
You can see its params via -help flag.
➜ ~ dgraph-ratel -h
Usage of dgraph-ratel:
-addr string
Address of the Dgraph server.
-port int
Port on which the ratel server will run. (default 8000)
-version
Prints the version of ratel.
1 Like