diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 12:25:44 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 12:25:44 +0200 |
commit | efbbc17f82b3a2af80ee4e655528fff09f7ca401 (patch) | |
tree | dcc78401d28a36dcc74ddfb3be9402c0699f1571 /README.md | |
parent | fe1d91fe06e314faa54997638f11ae6afb57b0b5 (diff) | |
download | diplonat-efbbc17f82b3a2af80ee4e655528fff09f7ca401.tar.gz diplonat-efbbc17f82b3a2af80ee4e655528fff09f7ca401.zip |
WIP consul actor
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,6 +59,6 @@ To test the Consul Catalog part, you can do: ```bash consul agent -dev #in a separate terminal, if not already running -consul services register -name=example -port=1337 +consul services register -name=example -port=1337 -tag="diplonat_pub_port=1337" consul services -id=example ``` |