forked from Deuxfleurs/diplonat
Add comments
This commit is contained in:
parent
15a8745a31
commit
caf40fa1ef
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@ Diplonat
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo build
|
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_PRIVATE_IP="192.168.0.18"
|
||||||
export DIPLONAT_REFRESH_TIME="60"
|
export DIPLONAT_REFRESH_TIME="60"
|
||||||
export DIPLONAT_EXPIRATION_TIME="300"
|
export DIPLONAT_EXPIRATION_TIME="300"
|
||||||
|
|
Loading…
Reference in a new issue