Skip to content

Commit

Permalink
Replacing vault secret with agent-auth-secret (unkeyed#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsbhat authored Sep 5, 2024
1 parent 972f46b commit 45cb72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/local/src/cmd/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ which you need in to copy in the next step.`,
},
Agent: {
AGENT_URL: "http://localhost:8080",
AGENT_TOKEN: "vault-auth-secret",
AGENT_TOKEN: "agent-auth-secret",
},
});

Expand Down

0 comments on commit 45cb72c

Please sign in to comment.