Skip to content
Merged
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 @@ -43,7 +43,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
Loading