From ff450e42f7fdc5f48ca493efe76e909519540fad Mon Sep 17 00:00:00 2001 From: 3y Date: Thu, 24 Feb 2022 22:00:45 +0800 Subject: [PATCH] optional dependency add default ip/port --- austin-web/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/austin-web/src/main/resources/application.properties b/austin-web/src/main/resources/application.properties index a39a6f4..cd55623 100644 --- a/austin-web/src/main/resources/application.properties +++ b/austin-web/src/main/resources/application.properties @@ -18,11 +18,11 @@ austin-redis-port= austin-redis-password= # todo [xxl-job] ip/port【optional】 -austin-xxl-job-ip= -austin-xxl-job-port= +austin-xxl-job-ip=127.0.0.1 +austin-xxl-job-port=6666 # todo [grayLog] ip【optional】 -austin-grayLog-ip= +austin-grayLog-ip=127.0.0.1 ##################### database properties ##################### # notice:mysql version 5.7x !!!