turn off debug mode
This commit is contained in:
		
							parent
							
								
									829ec0ecea
								
							
						
					
					
						commit
						c31436e45d
					
				| 
						 | 
					@ -9,7 +9,6 @@ const dbClient = await new Client().connect({
 | 
				
			||||||
  db: config.db.name,
 | 
					  db: config.db.name,
 | 
				
			||||||
  username: config.db.username,
 | 
					  username: config.db.username,
 | 
				
			||||||
  password: config.db.password,
 | 
					  password: config.db.password,
 | 
				
			||||||
  debug: true,
 | 
					 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default dbClient;
 | 
					export default dbClient;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue