diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 61db66ec..b72e2cc0 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -47,4 +47,8 @@ sys-file: # ifs接口路径 ifs-api: - api-url: 'http://192.168.1.184:8068' \ No newline at end of file + api-url: 'http://192.168.1.184:8068' + +# ifs接口控制 (false 禁止调用;true 开启调用) +ifs-control: + control-flag: false \ No newline at end of file