chore: tweak some settings

This commit is contained in:
Richard Simpson 2019-09-20 15:54:28 -05:00
parent 4aac50105a
commit d78f75f886
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

@ -1,8 +1,7 @@
const got = require('got');
(async () => {
const result = await got(`https://${process.env.VAULT_HOST}:${process.env.VAULT_PORT}/v1/secret/config`, {
method: 'POST',
const result = await got(`http://${process.env.VAULT_HOST}:${process.env.VAULT_PORT}/v1/secret/config`, {
headers: {
'X-Vault-Token': 'testtoken'
}