fix unnecessary variable (#3947)
This commit is contained in:
		
							parent
							
								
									d821aba002
								
							
						
					
					
						commit
						436ce03772
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -18,10 +18,10 @@ development:
 | 
				
			||||||
test:
 | 
					test:
 | 
				
			||||||
  <<: *default
 | 
					  <<: *default
 | 
				
			||||||
  database: mastodon_test<%= ENV['TEST_ENV_NUMBER'] %>
 | 
					  database: mastodon_test<%= ENV['TEST_ENV_NUMBER'] %>
 | 
				
			||||||
  username: <%= ENV['TEST_DB_USER'] %>
 | 
					  username: <%= ENV['DB_USER'] %>
 | 
				
			||||||
  password: <%= ENV['TEST_DB_PASS'] %>
 | 
					  password: <%= ENV['DB_PASS'] %>
 | 
				
			||||||
  host: <%= ENV['TEST_DB_HOST'] %>
 | 
					  host: <%= ENV['DB_HOST'] %>
 | 
				
			||||||
  port: <%= ENV['TEST_DB_PORT'] %>
 | 
					  port: <%= ENV['DB_PORT'] %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
production:
 | 
					production:
 | 
				
			||||||
  <<: *default
 | 
					  <<: *default
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue