Services - mangei/onion-routing GitHub Wiki
note: in production we should use start
instead of run
. if we use run
, the application only start with on the first request e.g. http://localhost:9001
.
Originator
activator "run -Dhttp.address=127.0.0.1 -Dhttp.port=9000 -Ddirectory.http.address=127.0.0.1 -Ddirectory.http.port=9005 -Dquote.http.address=127.0.0.1 -Dquote.http.port=9010"
Directory
activator "run -Dhttp.address=127.0.0.1 -Dhttp.port=9005"
Node
activator "run -Dhttp.address=127.0.0.1 -Dhttp.port=9001 -Ddirectory.http.address=127.0.0.1 -Ddirectory.http.port=9005"
Quote
activator "run -Dhttp.port=9010"