updated pipenv run core to default to turning on grpc

This commit is contained in:
bharnden 2019-10-03 13:31:22 -07:00
parent 8ce6f650c4
commit fbfc4929f1

View file

@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true
[scripts]
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf --grpc"
test = "pytest -v tests"
test_emane = "pytest -v tests/emane"