diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-02-14 10:26:50 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-02-14 10:26:50 +0100 |
commit | f827fd3113a8d5dd267c544251420c87f9a1650a (patch) | |
tree | 8bc9025639400619c831662b0d8956f232223eea /diplonat_debug | |
parent | 0a31e36854c4d3826491947715b61d373c9ac771 (diff) | |
download | diplonat-f827fd3113a8d5dd267c544251420c87f9a1650a.tar.gz diplonat-f827fd3113a8d5dd267c544251420c87f9a1650a.zip |
WIP consul integration
Diffstat (limited to 'diplonat_debug')
-rwxr-xr-x | diplonat_debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/diplonat_debug b/diplonat_debug new file mode 100755 index 0000000..c5de2d6 --- /dev/null +++ b/diplonat_debug @@ -0,0 +1,8 @@ +#!/bin/bash + +export DIPLONAT_PRIVATE_IP=10.3.3.37 +export DIPLONAT_REFRESH_TIME=60 +export DIPLONAT_EXPIRATION_TIME=180 +export DIPLONAT_CONSUL_NODE_NAME=rincevent + +./target/debug/diplonat |