summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 339b5c8..b1dbc00 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,6 @@ run-web: clean-server $(SERVER_BINARY)
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 \ 74 VAULT_SKIP_VERIFY=true \
75 ./$(SERVER_BINARY) \ 75 ./$(SERVER_BINARY) --debug \
76 --hostname=dev.ssh-proxy.crute.me \ 76 --hostname=dev.ssh-proxy.crute.me \
77 web 77 web