From 895e5f6694ce03cb743e9ef07c245685756ef1c9 Mon Sep 17 00:00:00 2001 From: songhao Date: Sat, 29 Feb 2020 14:56:41 +0800 Subject: [PATCH] 1 --- .gitignore | 3 ++- common.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 611d033..7202c54 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ res/ target/ config res -custom_init.sh \ No newline at end of file +custom_init.sh +new_lib/ \ No newline at end of file diff --git a/common.sh b/common.sh index ad8d1b0..7b0616c 100644 --- a/common.sh +++ b/common.sh @@ -1,4 +1,5 @@ GAME_ID=1009 +DEBUG_PORT=10201 LOG4J2_FILE="config/log4j2.xml" JAR_NAME="lib/web-gate-1.0.jar" if [ ! -f "bin/is_test_env" ]; then