Skip to content
Snippets Groups Projects
Commit 436ce037 authored by amazedkoumei's avatar amazedkoumei Committed by Eugen Rochko
Browse files

fix unnecessary variable (#3947)

parent d821aba0
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,10 @@ development:
test:
<<: *default
database: mastodon_test<%= ENV['TEST_ENV_NUMBER'] %>
username: <%= ENV['TEST_DB_USER'] %>
password: <%= ENV['TEST_DB_PASS'] %>
host: <%= ENV['TEST_DB_HOST'] %>
port: <%= ENV['TEST_DB_PORT'] %>
username: <%= ENV['DB_USER'] %>
password: <%= ENV['DB_PASS'] %>
host: <%= ENV['DB_HOST'] %>
port: <%= ENV['DB_PORT'] %>
production:
<<: *default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment