@@ -301,6 +301,9 @@ yudao:
|
||||
enable: true
|
||||
ignore-urls:
|
||||
- /jmreport/* # 积木报表,无法携带租户编号
|
||||
- /admin-api/infra/doc-file/file-content
|
||||
- /admin-api/infra/doc-file/callback # OnlyOffice回调接口
|
||||
- /admin-api/infra/doc-file/callback?* # OnlyOffice回调接口(带参数)
|
||||
ignore-visit-urls:
|
||||
- /admin-api/system/user/profile/**
|
||||
- /admin-api/system/auth/**
|
||||
@@ -344,6 +347,13 @@ yudao:
|
||||
customer: E77DF18BE109F454A5CD319E44BF5177
|
||||
|
||||
debug: false
|
||||
|
||||
# OnlyOffice 配置
|
||||
onlyoffice:
|
||||
base-url: http://172.16.46.63:30085 # OnlyOffice 服务地址
|
||||
callback-base-url: http://172.16.46.62:30081 # 应用服务回调地址,OnlyOffice需要能访问到
|
||||
jwt-secret: P@ssword25 # JWT 密钥
|
||||
|
||||
# 插件配置 TODO 芋艿:【IOT】需要处理下
|
||||
pf4j:
|
||||
pluginsDir: /Users/anhaohao/code/gitee/ruoyi-vue-pro/plugins # 插件目录
|
||||
Reference in New Issue
Block a user