ci-test #1

Merged
palkan merged 9 commits from ci-test into develop 2023-01-22 08:57:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 11f4059a3b - Show all commits

View File

@ -38,7 +38,7 @@ while (1) {
} }
} }
function rabbitConnect($rabbitHost, $rabbitPort, $rabbitLogin, $rabbitPass, $rabbitUseSSL=false) { function rabbitConnect($rabbitHost, $rabbitPort, $rabbitLogin, $rabbitPass, $rabbitUseSSL=false, $rabbitVirtualHost="/") {
if ($rabbitUseSSL) { if ($rabbitUseSSL) {
$ssl_opts=[ $ssl_opts=[
// set some SSL/TLS specific options // set some SSL/TLS specific options