Commit 0461a4c1 authored by 周亚武's avatar 周亚武

启动sh修改

parent 351b8f29
......@@ -2,9 +2,9 @@
PORT="8037"
BASEDIR=`dirname $0`/..
BASEDIR=`(cd "$BASEDIR"; pwd)`
PROJECT_NAME="mid-platform";
PROJECT_NAME="tts-platform";
MAIN_CLASS="$PROJECT_NAME-1.0.0-SNAPSHOT.jar";
LOG_PATH="/opt/apps/mid-platform/logs/$PROJECT_NAME"
LOG_PATH="/opt/apps/tts-platform/logs/$PROJECT_NAME"
GC_PATH=$LOG_PATH/PROJECT_NAME"-gc.log"
HS_ERR_PATH=$LOG_PATH/PROJECT_NAME"-hs_err.log"
HEAP_DUMP_PATH=$LOG_PATH/PROJECT_NAME"-heap_dump.hprof"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment