mirror of
				https://github.com/DerTyp7/time-tracking.git
				synced 2025-10-30 21:07:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const config = {
 | |
| 	db: {
 | |
| 		host: "127.0.0.1",
 | |
| 		user: "root",
 | |
| 		password: "", // In production: "InfraTag!" SORRY FOR CLEAR TEXT PASSWORD
 | |
| 		database: "rme-time-tracking",
 | |
| 	},
 | |
| 	port: 8080, // Port for the server
 | |
| };
 | |
| 
 | |
| module.exports = { config };
 | 
