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
您好, 如题,在PathUtils类中写死了"/cfg"以及"/plugins",会导致在windows平台上无法正常加载配置文件、插件。 另外,在改造sandbox.sh脚本时,server.ip=0.0.0.0和server.ip=127.0.0.1有什么区别吗? 如果是后者会无法访问httpserver,导致无法管理模块、回放等。 但server.ip=0.0.0.0就可以。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,
如题,在PathUtils类中写死了"/cfg"以及"/plugins",会导致在windows平台上无法正常加载配置文件、插件。
另外,在改造sandbox.sh脚本时,server.ip=0.0.0.0和server.ip=127.0.0.1有什么区别吗?
如果是后者会无法访问httpserver,导致无法管理模块、回放等。
但server.ip=0.0.0.0就可以。
The text was updated successfully, but these errors were encountered: