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
bug report
standalone mode java opts -Dnacos.standalone=true not work
a problem maybe in this code. i will fix it. https://github.com/alibaba/nacos/blob/develop/core/src/main/java/com/alibaba/nacos/core/utils/SystemUtils.java
public static boolean STANDALONE_MODE = Boolean.getBoolean(STANDALONE_MODE_PROPERTY_NAME);
The text was updated successfully, but these errors were encountered:
Merge pull request #1262 from dupengcheng/master
67ec4a4
fix: #1260
I think the original code is correct. So did you really encounter this error?
Sorry, something went wrong.
67741c6
sorry , set VM options , not Environment variables
No branches or pull requests
Issue Description
bug report
Describe what happened (or what feature you want)
standalone mode java opts -Dnacos.standalone=true not work
Describe what you expected to happen
a problem maybe in this code. i will fix it.
https://github.com/alibaba/nacos/blob/develop/core/src/main/java/com/alibaba/nacos/core/utils/SystemUtils.java
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: