From 71b2927dc17a9c6d7cc2c7cd5f1081cc5937dbbe Mon Sep 17 00:00:00 2001 From: Notoric Date: Sat, 1 Jun 2024 23:21:10 +0100 Subject: [PATCH] stop tracking config.json --- config.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index b608547..0000000 --- a/config.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "mongo" : { - "host" : "localhost", - "port" : 27017, - "db" : "notoric-snc" - }, - "groq" : { - "api_key" : "" - }, - "weather" : { - "api_key" : "", - "city" : "London,uk" - }, - "news" : { - "api_key" : "", - "country" : "gb", - "article_lifetime": 6, - "article_interval": 1 - } -}