Setting config file in Alpha and Zero not working using environment variable #4311
Labels
area/tools
Issues related to maintenance tools and CLI.
kind/bug
Something is broken.
status/accepted
We accept to investigate/work on it.
What version of Dgraph are you using?
master
Steps to reproduce
I followed the instructions from the link below.
https://docs.dgraph.io/deploy/#config
config.json
Execute the following command:
Result
Expected for zero to run on port
5180
, but it picks the default port5080
.We can see the same for
DGRAPH_ALPHA_CONFIG
. Even tried setting$PWD/
prefix.While using
dgraph zero --config config.json
works fine.The text was updated successfully, but these errors were encountered: