From 640366a0ec57e94a6420846a5d997466d5561bfc Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 28 Nov 2023 00:57:12 -0500 Subject: [PATCH] update path examples --- docs/infisical-agent/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/infisical-agent/overview.mdx b/docs/infisical-agent/overview.mdx index cd279e005..1468a805c 100644 --- a/docs/infisical-agent/overview.mdx +++ b/docs/infisical-agent/overview.mdx @@ -62,11 +62,11 @@ infisical: auth: type: "token" config: - token-path: "/path/where/to/file/with/initial/token" + token-path: "/path/to/initial/token" sinks: - type: "file" config: - path: "/some/path/to/store/token/toke-name" + path: "/some/path/to/store/access-token/file-name" templates: - source-path: my-dot-ev-secret-template destination-path: /some/path/.env