diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-21 15:22:45 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-21 15:22:45 +0200 |
commit | feadc844c060ff0879d8d547807147ae2213fd13 (patch) | |
tree | bcae4c29092586a442ffb8eb7ed48ab3f9875f69 /README.md | |
parent | 32d62d13496bd0ea6fd548cddb38dfdc72f4d41e (diff) | |
download | diplonat-feadc844c060ff0879d8d547807147ae2213fd13.tar.gz diplonat-feadc844c060ff0879d8d547807147ae2213fd13.zip |
WIP loops
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ``` |