diff options
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 |