Skip to content

Commit 337dc86

Browse files
MingzhenHanimbajin
andauthored
chore(server): remove some outdated configuration
Co-authored-by: imbajin <jin@apache.org>
1 parent 8c1ee71 commit 337dc86

File tree

1 file changed

+1
-1
lines changed
  • hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config

1 file changed

+1
-1
lines changed

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static synchronized ServerOptions instance() {
4343
public static final ConfigOption<String> REST_SERVER_URL =
4444
new ConfigOption<>(
4545
"restserver.url",
46-
"The url for listening of hugeserver.",
46+
"The url for listening of graph server.",
4747
disallowEmpty(),
4848
"http://127.0.0.1:8080"
4949
);

0 commit comments

Comments
 (0)