Skip to content

Commit

Permalink
Merge pull request alibaba#88 from liyebing/dev-lyb
Browse files Browse the repository at this point in the history
修复shell启动脚本传入的ip与port无法获取的BUG
  • Loading branch information
oldmanpushcart authored Jun 17, 2018
2 parents ef518b0 + 2993136 commit 560b774
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class CoreConfigure {

private static final String KEY_SANDBOX_HOME = "sandbox_home";
private static final String KEY_LAUNCH_MODE = "mode";
private static final String KEY_SERVER_IP = "server.ip";
private static final String KEY_SERVER_PORT = "server.port";
private static final String KEY_SERVER_IP = "ip";
private static final String KEY_SERVER_PORT = "port";

private static final String KEY_SYSTEM_MODULE_LIB_PATH = "system_module";
private static final String KEY_USER_MODULE_LIB_PATH = "user_module";
Expand Down

0 comments on commit 560b774

Please sign in to comment.