Skip to content

Commit

Permalink
set vault addr again in profile test setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Jul 8, 2018
1 parent eb35664 commit ae5d487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/profile_test_setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

export VAULT_ADDR='http://127.0.0.1:8200'

curl --request PUT -d five http://localhost:8500/v1/kv/test/prof/TEST_PROF_KONE
curl --request PUT -d six http://localhost:8500/v1/kv/test/prof/TEST_PROF_KTWO
export TEST_PROF_FIRST=seven
Expand Down

0 comments on commit ae5d487

Please sign in to comment.