Files
ruoyi-java/ruoyi-admin/src/main/resources/application.yml
2026-03-23 23:37:17 +08:00

22 lines
761 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Spring配置
spring:
profiles:
active: dev
# 腾讯文档延迟推送配置
tencent:
doc:
delayed:
push:
# 延迟时间分钟默认10分钟
minutes: 10
# 金山文档开放平台个人云https://developer.kdocs.cn
kdocs:
api-host: https://developer.kdocs.cn
# 在开发者后台创建应用后填写 app_id / app_key
app-id: AK20260114NNQJKV
app-key: 4c58bc1642e5e8fa731f75af9370496a
# 与后台登记的回调一致,建议使用独立路径(勿被前端路由拦截)
redirect-uri: https://jarvis.van333.cn/kdocs-callback
# 逗号分隔须与应用申请权限一致https://developer.kdocs.cn/server/guide/permission.html
scope: user_basic,access_personal_files,edit_personal_files