From caf40fa1efbc0fe1e430eeea0a78c84fbe368458 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 8 May 2020 10:58:04 +0200 Subject: [PATCH] Add comments --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2826cc0..e2a2f10 100644 --- a/README.md +++ b/README.md @@ -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"