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
export DEFAULT_SEARCH_LOCATIONS="classpath:/,classpath:/config/,file:./,file:./config/" export CUSTOM_SEARCH_LOCATIONS=${DEFAULT_SEARCH_LOCATIONS},file:${BASE_DIR}/conf/
console 模块下有 application.properties 文件
这两种会导致 修改 file:${BASE_DIR}/conf 下面的 application.properties 中属性 并不生效,比如 conf/ 下面 跟 console 模块中 都有 application.properties 文件, 都有 nacos.core.auth.enabled=true这个配置, 更改 conf/ 下面的并不能生效
The text was updated successfully, but these errors were encountered:
how to repreduce it. such as: step1. step2. step3.
Sorry, something went wrong.
1.4.0 has fixed this problem.
No branches or pull requests
export DEFAULT_SEARCH_LOCATIONS="classpath:/,classpath:/config/,file:./,file:./config/"
export CUSTOM_SEARCH_LOCATIONS=${DEFAULT_SEARCH_LOCATIONS},file:${BASE_DIR}/conf/
console 模块下有 application.properties 文件
这两种会导致 修改 file:${BASE_DIR}/conf 下面的 application.properties 中属性 并不生效,比如
conf/ 下面 跟 console 模块中 都有 application.properties 文件, 都有 nacos.core.auth.enabled=true这个配置,
更改 conf/ 下面的并不能生效
The text was updated successfully, but these errors were encountered: