aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-21 15:22:45 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-21 15:22:45 +0200
commitfeadc844c060ff0879d8d547807147ae2213fd13 (patch)
treebcae4c29092586a442ffb8eb7ed48ab3f9875f69 /README.md
parent32d62d13496bd0ea6fd548cddb38dfdc72f4d41e (diff)
downloaddiplonat-feadc844c060ff0879d8d547807147ae2213fd13.tar.gz
diplonat-feadc844c060ff0879d8d547807147ae2213fd13.zip
WIP loops
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 27a4b24..8c93635 100644
--- a/README.md
+++ b/README.md
@@ -18,5 +18,6 @@ export DIPLONAT_PRIVATE_IP="192.168.0.18"
export DIPLONAT_REFRESH_TIME="60"
export DIPLONAT_EXPIRATION_TIME="300"
export DIPLONAT_CONSUL_NODE_NAME="lheureduthe"
+RUST_LOG=info
cargo run
```