Skip to content

Commit

Permalink
更新netty脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
bzsome committed Nov 22, 2018
1 parent d04e472 commit 3074e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server-netty/start-netty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ CLASSPATH=$JAVA_HOME/lib/
PATH=$PATH:$JAVA_HOME/bin
export PATH JAVA_HOME PATH

nohup java -jar /usr/local/tomcat8/webapps/gobang04-netty.jar >/tmp/gobang04-netty.log &
nohup java -jar ./gobang04-netty.jar >/tmp/gobang04-netty.log &
2 changes: 1 addition & 1 deletion user-browser/src/main/webapp/js/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

//服务器api接口地址
var oauth_path = "http://localhost:802/oauth";
var oauth_path = "http://gobang04.bzchao.com/oauth";
var netty_path = "gobang04.bzchao.com:9901/ws";
_settings = {
gobangDown: "http://t.cn/RkEOmDD",
Expand Down

0 comments on commit 3074e66

Please sign in to comment.