summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1dbc00..e656f64 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,6 @@ run-web: clean-server $(SERVER_BINARY)
71 test -n "$(VAULT_ROLE_ID)" # Caller must export VAULT_ROLE_ID 71 test -n "$(VAULT_ROLE_ID)" # Caller must export VAULT_ROLE_ID
72 test -n "$(VAULT_SECRET_ID)" # Caller must also export VAULT_SECRET_ID 72 test -n "$(VAULT_SECRET_ID)" # Caller must also export VAULT_SECRET_ID
73 VAULT_ADDR="https://vault.sea4.crute.me:8200" \ 73 VAULT_ADDR="https://vault.sea4.crute.me:8200" \
74 VAULT_SKIP_VERIFY=true \
75 ./$(SERVER_BINARY) --debug \ 74 ./$(SERVER_BINARY) --debug \
76 --hostname=dev.ssh-proxy.crute.me \ 75 --hostname=dev.ssh-proxy.crute.me \
77 web 76 web