diff --git a/config.json b/config.json new file mode 100644 index 0000000..b608547 --- /dev/null +++ b/config.json @@ -0,0 +1,20 @@ +{ + "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 + } +}