parent
							
								
									648d645c2f
								
							
						
					
					
						commit
						ca9192d9ba
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -107,9 +107,16 @@ namespace :mastodon do | |||
|           q.convert :int | ||||
|         end | ||||
| 
 | ||||
|         env['REDIS_PASSWORD'] = prompt.ask('Redis password:') do |q| | ||||
|           q.required false | ||||
|           a.default nil | ||||
|           q.modify :strip | ||||
|         end | ||||
| 
 | ||||
|         redis_options = { | ||||
|           host: env['REDIS_HOST'], | ||||
|           port: env['REDIS_PORT'], | ||||
|           password: env['REDIS_PASSWORD'], | ||||
|           driver: :hiredis, | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue