Skip to content

Commit e71729b

Browse files
committed
SQUISH - testing port only change
1 parent 76b82d2 commit e71729b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ username: <%= ENV['PERCONA_DB_USER'] || 'root' %>
22
password: <%= ENV['PERCONA_DB_PASSWORD'] || '' %>
33
database: <%= ENV['PERCONA_DB_NAME'] || 'departure_test' %>
44
host: <%= ENV['PERCONA_DB_HOST'] || 'localhost' %>
5-
port: <%= ENV['PERCONA_DB_PORT'] || 3306 %>
5+
port: <%= ENV['PERCONA_DB_PORT'] %>
66
<% if ENV['PERCONA_DB_SOCKET'] && !ENV['PERCONA_DB_SOCKET'].empty? %>
77
socket: <%= ENV['PERCONA_DB_SOCKET'] %>
88
<% end %>

0 commit comments

Comments
 (0)