Browse Source

默认关闭debug agent

zhou-hao 5 years ago
parent
commit
1734132e71
1 changed files with 3 additions and 0 deletions
  1. 3 0
      jetlinks-standalone/src/main/resources/application.yml

+ 3 - 0
jetlinks-standalone/src/main/resources/application.yml

@@ -29,6 +29,9 @@ spring:
     password: jetlinks
     password: jetlinks
     pool:
     pool:
       max-size: 32
       max-size: 32
+  reactor:
+    debug-agent:
+      enabled: false
 easyorm:
 easyorm:
   default-schema: public # 数据库默认的schema
   default-schema: public # 数据库默认的schema
   dialect: postgres #数据库方言
   dialect: postgres #数据库方言