diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-08 10:58:04 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-08 10:58:04 +0200 |
commit | caf40fa1efbc0fe1e430eeea0a78c84fbe368458 (patch) | |
tree | 774fc505698b24ef3b24da1e135427fff190b6bd | |
parent | 15a8745a3179644e9f4874f135a441b1ebe4fd6e (diff) | |
download | diplonat-caf40fa1efbc0fe1e430eeea0a78c84fbe368458.tar.gz diplonat-caf40fa1efbc0fe1e430eeea0a78c84fbe368458.zip |
Add comments
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,7 +3,9 @@ Diplonat ```bash cargo build +consul agent -dev # in a separate terminal +# adapt following values to your configuratio export DIPLONAT_PRIVATE_IP="192.168.0.18" export DIPLONAT_REFRESH_TIME="60" export DIPLONAT_EXPIRATION_TIME="300" |