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 - } -}