grpc will now always be ran, but can be configured through command line or core.conf
This commit is contained in:
parent
c5ce85b235
commit
e298a2a5c1
2 changed files with 8 additions and 11 deletions
|
@ -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 --grpc"
|
||||
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
|
||||
test = "pytest -v tests"
|
||||
test_emane = "pytest -v tests/emane"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue