mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2025-11-04 05:52:47 +00:00 
			
		
		
		
	debug overwrite documentation
Add information about the debug overwrite behavior of .testing() to the documentation.
This commit is contained in:
		
							parent
							
								
									e6e38f3ada
								
							
						
					
					
						commit
						7f25d84109
					
				@ -29,7 +29,8 @@ npm install --save letsencrypt-express
 | 
				
			|||||||
```javascript
 | 
					```javascript
 | 
				
			||||||
'use strict';
 | 
					'use strict';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Note: using staging server url, remove .testing() for production
 | 
					/* Note: using staging server url, remove .testing() for production
 | 
				
			||||||
 | 
					Using .testing() will overwrite the debug flag with true */ 
 | 
				
			||||||
var LEX = require('letsencrypt-express').testing();
 | 
					var LEX = require('letsencrypt-express').testing();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var lex = LEX.create({
 | 
					var lex = LEX.create({
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user