We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在xunsearch 组件的配置中,并没有指定host ip,如何配置这个?
我看是在 https://github.com/xjflyttp/yii2-xunsearch/blob/master/XS.php 中写死host的,
public function getConnString() { $str = $this->_conn; if (is_int($str) || is_numeric($str)) { $str = 'localhost:' . $str; } elseif (strpos($str, ':') === false) { $str = 'unix://' . $str; } return $str; }
我使用docker 安装了xunsearch,但是Yii2 xunsearch默认是host,如何自定义IP呢
The text was updated successfully, but these errors were encountered:
XS.php是官方扩展的组件 指定主机地址是由ini决定的
目前yii2扩展已经由官方hightman维护 详细可以看那边的指引 https://github.com/hightman/xs-sdk-php
Sorry, something went wrong.
No branches or pull requests
在xunsearch 组件的配置中,并没有指定host ip,如何配置这个?
我看是在 https://github.com/xjflyttp/yii2-xunsearch/blob/master/XS.php 中写死host的,
我使用docker 安装了xunsearch,但是Yii2 xunsearch默认是host,如何自定义IP呢
The text was updated successfully, but these errors were encountered: