From 5034c75d8b1c55cec7997b935e74e992a777ef82 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Tue, 27 Jan 2026 12:54:48 -0500 Subject: [PATCH] updated configfile for hashmob_api_key --- config.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 0fdbb5b..ed5ee28 100644 --- a/config.json.example +++ b/config.json.example @@ -19,5 +19,6 @@ "bandrelmaxruntime": 300, "bandrel_common_basedwords": "welcome,password,p@ssword,p@$$word,changeme,letmein,summer,winter,spring,springtime,fall,autumn,monday,tuesday,wednesday,thursday,friday,saturday,sunday,january,february,march,april,may,june,july,august,september,october,november,december,christmas,easter,covid19", "hashview_url": "http://localhost:8443", - "hashview_api_key": "" + "hashview_api_key": "", + "hashmob_api_key": "" }