Skip to content

Commit

Permalink
Merge pull request #172 from dedis/routing-option
Browse files Browse the repository at this point in the history
Deployment: Adds a routing option
  • Loading branch information
nkcr authored Sep 22, 2022
2 parents 412809d + e6c84c7 commit c909f1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions deb-package/pkg/etc/dedis/dvoting/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export dela_listen="tcp://0.0.0.0:9000"
#
export LLVL=info
#
# Routing mechanism
#
export dela_routing=tree
#
# =====================
# Likely to be updated:
# =====================
Expand Down
3 changes: 2 additions & 1 deletion deb-package/pkg/opt/dedis/dvoting/bin/start-dvoting
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ${dela_bin} \
--public ${dela_public} \
--proxykey ${dela_proxy_pk} \
--certKey ${dela_cert_key} \
--certChain ${dela_cert_chain}
--certChain ${dela_cert_chain} \
--routing ${dela_routing}

0 comments on commit c909f1c

Please sign in to comment.