forked from cybrespace/mastodon
		
	Add OTP_SECRET to Heroku app.json (#1246)
This commit is contained in:
		
							parent
							
								
									211920b622
								
							
						
					
					
						commit
						b79c80b620
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								app.json
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								app.json
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -26,6 +26,10 @@
 | 
			
		|||
      "description": "The secret key base",
 | 
			
		||||
      "generator": "secret"
 | 
			
		||||
    },
 | 
			
		||||
    "OTP_SECRET": {
 | 
			
		||||
      "description": "One-time password secret",
 | 
			
		||||
      "generator": "secret"
 | 
			
		||||
    },
 | 
			
		||||
    "SINGLE_USER_MODE": {
 | 
			
		||||
      "description": "Should the instance run in single user mode? (Disable registrations, redirect to front page)",
 | 
			
		||||
      "value": "false",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue