develop
CrazyIter_Bin 2 months ago
commit ab67d282f1

@ -20,23 +20,23 @@ spring:
# 大小限制 # 大小限制
max-file-size: 10MB max-file-size: 10MB
#测试站数据库 #测试站数据库
env: dev # env: dev
cloud:
azure:
cosmos:
endpoint: https://cdhabookdep-free.documents.azure.cn:443
database: TEAMModelOS
key: JTUVk92Gjsx17L0xqxn0X4wX2thDPMKiw4daeTyV1HzPb6JmBeHdtFY1MF1jdctW1ofgzqkDMFOtcqS46by31A==
populate-query-metrics: true
#正式站数据库
# env: prod
# cloud: # cloud:
# azure: # azure:
# cosmos: # cosmos:
# endpoint: https://teammodelos.documents.azure.cn:443 # endpoint: https://cdhabookdep-free.documents.azure.cn:443
# database: TEAMModelOS # database: TEAMModelOS
# key: clF73GwPECfP1lKZTCvs8gLMMyCZig1HODFbhDUsarsAURO7TcOjVz6ZFfPqr1HzYrfjCXpMuVD5TlEG5bFGGg== # key: JTUVk92Gjsx17L0xqxn0X4wX2thDPMKiw4daeTyV1HzPb6JmBeHdtFY1MF1jdctW1ofgzqkDMFOtcqS46by31A==
# populate-query-metrics: true # populate-query-metrics: true
#正式站数据库
env: prod
cloud:
azure:
cosmos:
endpoint: https://teammodelos.documents.azure.cn:443
database: TEAMModelOS
key: clF73GwPECfP1lKZTCvs8gLMMyCZig1HODFbhDUsarsAURO7TcOjVz6ZFfPqr1HzYrfjCXpMuVD5TlEG5bFGGg==
populate-query-metrics: true
security: security:
oauth2: oauth2:
resourceserver: resourceserver:
@ -80,4 +80,5 @@ ies:
server-url-blob-sas-rcwld: /blob/sas-rcwld server-url-blob-sas-rcwld: /blob/sas-rcwld
server-url-exam-analysis-list: /common/exam/find-by-analysis server-url-exam-analysis-list: /common/exam/find-by-analysis
server-url-exam-find-record: /common/exam/find-summary-record server-url-exam-find-record: /common/exam/find-summary-record
server-url-analysis-simple: /analysis/simple server-url-analysis-simple: /analysis/simple
server-url-find-summary-by-student: /common/exam/find-summary-by-student
Loading…
Cancel
Save