stop tracking config.json
This commit is contained in:
parent
67e76eb339
commit
71b2927dc1
20
config.json
20
config.json
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue