This commit is contained in:
dute7liang
2024-01-07 16:42:24 +08:00
parent 31af6fdc76
commit fad404fe58
52 changed files with 257 additions and 176 deletions

View File

@@ -171,5 +171,8 @@ spring:
virtual-host: /cai
agora:
app-id: app
key: key
secret: secret
key: 627b8e17b0c616c1346cba2d87e10251
secret: c47628fe2538
yunxin:
app-key: 627b8e17b0c616c1346cba2d87e10251
app-secret: c47628fe2538

View File

@@ -176,3 +176,6 @@ agora:
app-id: app
key: key
secret: secret
yunxin:
app-key: 627b8e17b0c616c1346cba2d87e10251
app-secret: c47628fe2538

View File

@@ -135,7 +135,9 @@ security:
# swagger 文档配置
- /*/api-docs
- /*/api-docs/**
- /v3/api-docs/swagger-config
- /doc.html
- /doc.html#/
- /swagger-resources/**
- /webjars/**
# actuator 监控配置