From e9d89011f7c89b8b83a5b0bd29eb38baafafd149 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 28 Feb 2025 00:19:53 -0800 Subject: [PATCH] feat: add api key example to config.toml.example --- config.toml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml.example b/config.toml.example index f9769a5..ecc5a5a 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,5 +1,6 @@ interval = 300 rotate = true +api_key = "" source = "konachan" tags = [ "rating:s" @@ -7,4 +8,4 @@ tags = [ [logging] file = "INFO" -console = "DEBUG" \ No newline at end of file +console = "DEBUG"