Skip to content

Commit

Permalink
Update ServerOptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MingzhenHan authored Oct 15, 2024
1 parent 1a82d83 commit 9d09e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static synchronized ServerOptions instance() {
public static final ConfigOption<String> REST_SERVER_URL =
new ConfigOption<>(
"restserver.url",
"The url for listening of hugeserver.",
"The url for listening of graph server.",
disallowEmpty(),
"http://127.0.0.1:8080"
);
Expand Down

0 comments on commit 9d09e81

Please sign in to comment.