18 lines
		
	
	
		
			436 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			436 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								GITHUB_USERNAME='camperbot'
							 | 
						||
| 
								 | 
							
								GITHUB_ACCESS_TOKEN=
							 | 
						||
| 
								 | 
							
								REPOSITORY_OWNER='freeCodeCamp'
							 | 
						||
| 
								 | 
							
								REPOSITORY='freeCodeCamp'
							 | 
						||
| 
								 | 
							
								PORT=3001
							 | 
						||
| 
								 | 
							
								MONGO_HOST=mongodb://localhost/contributor-tools
							 | 
						||
| 
								 | 
							
								MONGO_PORT=27017
							 | 
						||
| 
								 | 
							
								PRODUCTION_RUN=false
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# PROBOT
							 | 
						||
| 
								 | 
							
								# The ID of your GitHub App
							 | 
						||
| 
								 | 
							
								APP_ID=
							 | 
						||
| 
								 | 
							
								# Go to https://smee.io/new set this to the URL that you are redirected to.
							 | 
						||
| 
								 | 
							
								WEBHOOK_PROXY_URL=
							 | 
						||
| 
								 | 
							
								WEBHOOK_SECRET=
							 | 
						||
| 
								 | 
							
								# Use `trace` to get verbose logging or `info` to show less
							 | 
						||
| 
								 | 
							
								LOG_LEVEL=info
							 |