Skip to content

Commit

Permalink
Trying to get things to run via Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Apr 29, 2024
1 parent ae01b55 commit f46bc84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'password' => 'primary_password',
'host' => '127.0.0.1',
'ssl' => true,
'ssl_mode' => 'REQUIRED',
'ssl_mode' => Trilogy::SSL_PREFERRED_NOVERIFY,
'tls_min_version' => Trilogy::TLS_VERSION_12,
}
end
Expand All @@ -23,7 +23,7 @@
'host' => '127.0.0.1',
'pool' => 500,
'ssl' => true,
'ssl_mode' => 'REQUIRED',
'ssl_mode' => Trilogy::SSL_PREFERRED_NOVERIFY,
'tls_min_version' => Trilogy::TLS_VERSION_12,
}
end
Expand Down

0 comments on commit f46bc84

Please sign in to comment.