stop tracking config.json

This commit is contained in:
Notoric 2024-06-01 23:21:10 +01:00
parent 67e76eb339
commit 71b2927dc1
1 changed files with 0 additions and 20 deletions

View File

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