zyxxoo commented on code in PR #2130:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2130#discussion_r1124064559


##########
hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java:
##########
@@ -635,6 +635,14 @@ public static synchronized CoreOptions instance() {
                     2
             );
 
+    public static final ConfigOption<String> NODE_EXTERNAL_URL =
+            new ConfigOption<>(
+                    "server.role.node_external_url",
+                    "The url of external accessibility",
+                    disallowEmpty(),
+                    "127.0.0.1:8080"

Review Comment:
   I'm a little confused about the question raised
   now, I put the config to resetserver, but the stateMachine put in graph 
instance, so these config must be copy to graph config



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to