We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b82d2 commit e71729bCopy full SHA for e71729b
config.yml.erb
@@ -2,7 +2,7 @@ username: <%= ENV['PERCONA_DB_USER'] || 'root' %>
2
password: <%= ENV['PERCONA_DB_PASSWORD'] || '' %>
3
database: <%= ENV['PERCONA_DB_NAME'] || 'departure_test' %>
4
host: <%= ENV['PERCONA_DB_HOST'] || 'localhost' %>
5
-port: <%= ENV['PERCONA_DB_PORT'] || 3306 %>
+port: <%= ENV['PERCONA_DB_PORT'] %>
6
<% if ENV['PERCONA_DB_SOCKET'] && !ENV['PERCONA_DB_SOCKET'].empty? %>
7
socket: <%= ENV['PERCONA_DB_SOCKET'] %>
8
<% end %>
0 commit comments