Skip to content

Commit

Permalink
refactor:修改属性文件
Browse files Browse the repository at this point in the history
  • Loading branch information
mengjuhua committed Dec 26, 2024
1 parent 4819a64 commit f23600e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ y9:
todoBaseUrl: https://test.youshengyun.com/todo
todoTaskUrlPrefix: https://test.youshengyun.com/flowableUI/todoIndex
jodconverterBaseUrl: http://localhost:7055/jodconverter/onlinePreview?url=
logBaseUrl: http://localhost:7056/log
userOnlineBaseUrl: http://localhost:7056/userOnline
feature:
apisix:
enabled: false
Expand Down Expand Up @@ -213,8 +215,13 @@ y9:
packagesToScanEntityTenant: net.risesoft.entity
packagesToScanRepositoryPublic: net.risesoft.y9public.repository
packagesToScanRepositoryTenant: net.risesoft.repository
multi-tenant:
# kafka, db
event-source: kafka
log:
enabled: true
# kafka, api
logSaveTarget: kafka
session:
redis:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ y9:
enabled: false
liquibase:
tenant-enabled: true
multi-tenant:
# kafka, db
event-source: kafka
log:
enabled: true
# kafka, api
Expand All @@ -270,6 +273,11 @@ y9:
maxInactiveIntervalInSeconds: 3600
security:
enabled: true
csrf:
accepted-referer:
- youshengyun.com
- localhost
- 127.0.0.1
cors:
allowCredentials: true
allowed-headers: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ y9:
packagesToScanRepositoryTenant: net.risesoft.repository
liquibase:
public-enabled: true
multi-tenant:
# kafka, db
event-source: kafka
log:
enabled: true
# kafka, api
Expand All @@ -232,6 +235,11 @@ y9:
maxInactiveIntervalInSeconds: 3600
security:
enabled: true
csrf:
accepted-referer:
- youshengyun.com
- localhost
- 127.0.0.1
cors:
allowCredentials: true
allowed-headers: '*'
Expand Down

0 comments on commit f23600e

Please sign in to comment.