mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "use strict";
 | |
| 
 | |
| var path = require("path");
 | |
| module.exports = {
 | |
| 	email: "jon.doe@example.com",
 | |
| 	configDir: path.join(__dirname, "acme"),
 | |
| 	srv: "/srv/www/",
 | |
| 	api: "/srv/api/"
 | |
| };
 |