diff --git a/austin-web/src/main/resources/application-test.properties b/austin-web/src/main/resources/application-test.properties
index e583a0e..21bd0a4 100644
--- a/austin-web/src/main/resources/application-test.properties
+++ b/austin-web/src/main/resources/application-test.properties
@@ -8,10 +8,10 @@ austin.xxl.job.enabled=true
# todo choose: [apollo]/[nacos] switch ,if [apollo] and [nacos] both false, use local.properties
austin.apollo.enabled=false
-austin.nacos.enabled=false
+austin.nacos.enabled=true
# TODO [hades] switch
-austin.rule.engine.enabled=false
+austin.rule.engine.enabled=true
# TODO if windows os and need upload file to send message ,replace path !
austin.business.upload.crowd.path=/Users/3y/temp
diff --git a/austin-web/src/main/resources/application.properties b/austin-web/src/main/resources/application.properties
index b368209..e948f00 100644
--- a/austin-web/src/main/resources/application.properties
+++ b/austin-web/src/main/resources/application.properties
@@ -62,21 +62,21 @@ austin.rabbitmq.exchange.name=austin.point
########################################## xxl start ##########################################
xxl.job.admin.addresses=http://${austin.xxl.job.ip:austin-xxl-job}:${austin.xxl.job.port:8080}/xxl-job-admin
-xxl.job.admin.username=admin
-xxl.job.admin.password=123456
-xxl.job.executor.appname=austin
-xxl.job.executor.jobHandlerName=austinJob
+xxl.job.admin.username=${austin.xxl.job.username:admin}
+xxl.job.admin.password=${austin.xxl.job.password:123456}
+xxl.job.executor.appname=${austin.xxl.job.executor.appname:austin}
+xxl.job.executor.jobHandlerName=${austin.xxl.job.executor.jobHandlerName:austinJob}
xxl.job.executor.ip=
-xxl.job.executor.port=6666
+xxl.job.executor.port=${austin.xxl.executor.port:6666}
xxl.job.executor.logpath=logs/xxl
xxl.job.executor.logretentiondays=30
-xxl.job.accessToken=
+xxl.job.accessToken=${austin.xxl.job.accessToken:}
########################################## xxl end ##########################################
########################################## apollo start ##########################################
app.id=austin
apollo.bootstrap.enabled=${austin.apollo.enabled}
-apollo.bootstrap.namespaces=boss.austin,dynamic-tp-apollo-dtp.yml
+apollo.bootstrap.namespaces=${austin.default.apollo.namespace:boss.austin},dynamic-tp-apollo-dtp.yml
########################################## apollo end ##########################################
########################################## nacos start ##########################################
@@ -84,17 +84,22 @@ nacos.config.server-addr=${austin.nacos.addr.ip:austin-nacos}:${austin.nacos.add
nacos.config.username=${austin.nacos.username:nacos}
nacos.config.password=${austin.nacos.password:nacos}
nacos.config.namespace=${austin.nacos.namespace:7df088cb-2221-4f8d-8ce5-b37e96055ad8}
+nacos.config.enabled=${austin.nacos.enabled}
+
nacos.data-id=${austin.nacos.dataId:austin}
nacos.group=${austin.nacos.group:DEFAULT_GROUP}
-nacos.config.enabled=${austin.nacos.enabled}
########################################## nacos end ##########################################
########################################## rule Engine start ##########################################
hades.main.config.enabled=${austin.rule.engine.enabled:false}
-hades.main.config.file-name=hades
-hades.main.config.group-name=hades
+hades.main.config.file-name=${austin.rule.engine.file-name:hades}
+hades.main.config.group-name=${austin.rule.engine.group-name:hades}
########################################## rule Engine end ##########################################
+########################################## log start ##########################################
+austin.graylog.ip=${austin.graylog:austin-graylog}
+########################################## log end ##########################################
+
########################################## httpUtils start ##########################################
ok.http.connect-timeout=30
@@ -117,6 +122,3 @@ management.health.rabbit.enabled=false
server.shutdown=graceful
########################################## system end ##########################################
-########################################## log start ##########################################
-austin.graylog.ip=${austin.graylog:austin-graylog}
-########################################## log end ##########################################
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 821df11..ae50fcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,12 +219,12 @@
io.github.ZhongFuCheng3y
hades-nacos-starter
- 1.0.2
+ 1.0.3
io.github.ZhongFuCheng3y
hades-apollo-starter
- 1.0.2
+ 1.0.3