|
|
@ -160,20 +160,3 @@ win: |
|
|
|
- ${spring.boot.admin.context-path}/** # 不处理 Spring Boot Admin 的请求 |
|
|
|
- ${management.endpoints.web.base-path}/** # 不处理 Actuator 的请求 |
|
|
|
demo: false # 开启演示模式 |
|
|
|
|
|
|
|
justauth: |
|
|
|
enabled: true |
|
|
|
type: |
|
|
|
DINGTALK: # 钉钉 |
|
|
|
client-id: dingvrnreaje3yqvzhxg |
|
|
|
client-secret: i8E6iZyDvZj51JIb0tYsYfVQYOks9Cq1lgryEjFRqC79P3iJcrxEwT6Qk2QvLrLI |
|
|
|
ignore-check-redirect-uri: true |
|
|
|
WECHAT_ENTERPRISE: # 企业微信 |
|
|
|
client-id: wwd411c69a39ad2e54 |
|
|
|
client-secret: 1wTb7hYxnpT2TUbIeHGXGo7T0odav1ic10mLdyyATOw |
|
|
|
agent-id: 1000004 |
|
|
|
ignore-check-redirect-uri: true |
|
|
|
cache: |
|
|
|
type: REDIS |
|
|
|
prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE:: |
|
|
|
timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟 |
|
|
|