Browse Source

测试环境改成不加解密

gaodm 5 years ago
parent
commit
732e75a480
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application-test.yml

+ 1 - 1
src/main/resources/application-test.yml

@@ -160,7 +160,7 @@ qc.address: http://192.168.2.241:6009
 
 # 加解密开关
 encrypt:
-  enable: true
+  enable: false
 
 swagger:
   enable: true