Create config.json template

This commit is contained in:
Notoric 2024-06-01 23:14:21 +01:00 committed by GitHub
parent f0030b3aa6
commit 67e76eb339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

20
config.json Normal file
View File

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