* Authored a new article about Knime Analytics Platofrm Knime is a free open source tool that has many useful integrations and applications. * Added info for wotking with environment variables in Node applications. * fix: made folder name lowercase
		
			
				
	
	
		
			18 lines
		
	
	
		
			729 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			729 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Adding Envirioment Variables in Windows
 | |
| ---
 | |
| ### Via GUI
 | |
| 
 | |
| 1.  Download <a href='http://implbits.com/products/varpanel/' target='_blank' rel='nofollow'>Varpanel</a>.
 | |
| 2.  Open Varpanel.
 | |
| 3.  In PATH variable, add the relevant path (for example).
 | |
| 
 | |
| 
 | |
| 
 | |
| ### Via Command Line
 | |
| 
 | |
| Refer to <a href='http://superuser.com/a/284351/275797' target='_blank' rel='nofollow'>this answer</a> on Super User.
 | |
| 
 | |
| ### If Using Node
 | |
| 
 | |
| Add the [dotenv](https://www.npmjs.com/package/dotenv) package to your application. You can then store your environment variables in a `.env` file. Be sure to remember to add `*.env` to your `.gitignore` file. |