We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf3adf commit 06dc7eaCopy full SHA for 06dc7ea
1 file changed
plugins/vault/test.lua
@@ -5,7 +5,7 @@
5
local vault = require("vault")
6
7
function GET(_, _)
8
- local v, err = vault.new("https://127.0.0.1:8200", "<token>")
+ local v, err = vault.new("", "", true)
9
if err ~= nil then
10
return "conn: " .. err
11
end
0 commit comments