Create config.json template
This commit is contained in:
		
							parent
							
								
									f0030b3aa6
								
							
						
					
					
						commit
						67e76eb339
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue