Skip to content
New issue

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

Update Config.java #13

Open
wants to merge 1 commit into
base: branch-2.0-var
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

public class Config extends ConfigBase {

@ConfField(description = {"用户自定义配置文件的路径,用于存放 fe_custom.conf。该文件中的配置会覆盖 fe.conf 中的配置",
@ConfField(description = {"用户自定义配置文件的路径,用于存放fe_custom.conf。该文件中的配置会覆盖 fe.conf 中的配置",
"The path of the user-defined configuration file, used to store fe_custom.conf. "
+ "The configuration in this file will override the configuration in fe.conf"})
public static String custom_config_dir = EnvUtils.getDorisHome() + "/conf";
Expand Down
Loading