From 490cb89fb43b67d10fc69c8c94e55f67d97bc327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Kukovecz?= Date: Wed, 28 Feb 2024 19:08:26 +0100 Subject: [PATCH] fix: config example at key_path, session_path (#40) --- src/content/docs/configuration/config.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/configuration/config.mdx b/src/content/docs/configuration/config.mdx index 0c7eba0..888fbb5 100644 --- a/src/content/docs/configuration/config.mdx +++ b/src/content/docs/configuration/config.mdx @@ -24,7 +24,7 @@ The path to the Atuin encryption key. Defaults to `~/.local/share/atuin/key`. ``` -key = "~/.atuin-key" +key_path = "~/.atuin-key" ``` ### `session_path` @@ -33,7 +33,7 @@ The path to the Atuin server session file. Defaults to `~/.local/share/atuin/session`. This is essentially just an API token ``` -key = "~/.atuin-session" +session_path = "~/.atuin-session" ``` ### `dialect`