chore: tweak some settings
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
const got = require('got');
|
const got = require('got');
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const result = await got(`https://${process.env.VAULT_HOST}:${process.env.VAULT_PORT}/v1/secret/config`, {
|
const result = await got(`http://${process.env.VAULT_HOST}:${process.env.VAULT_PORT}/v1/secret/config`, {
|
||||||
method: 'POST',
|
|
||||||
headers: {
|
headers: {
|
||||||
'X-Vault-Token': 'testtoken'
|
'X-Vault-Token': 'testtoken'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user