diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 551fe7f..8f22cdd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -20,23 +20,23 @@ spring: # 大小限制 max-file-size: 10MB #测试站数据库 - env: dev - cloud: - azure: - cosmos: - endpoint: https://cdhabookdep-free.documents.azure.cn:443 - database: TEAMModelOS - key: JTUVk92Gjsx17L0xqxn0X4wX2thDPMKiw4daeTyV1HzPb6JmBeHdtFY1MF1jdctW1ofgzqkDMFOtcqS46by31A== - populate-query-metrics: true - #正式站数据库 -# env: prod +# env: dev # cloud: # azure: # cosmos: -# endpoint: https://teammodelos.documents.azure.cn:443 +# endpoint: https://cdhabookdep-free.documents.azure.cn:443 # database: TEAMModelOS -# key: clF73GwPECfP1lKZTCvs8gLMMyCZig1HODFbhDUsarsAURO7TcOjVz6ZFfPqr1HzYrfjCXpMuVD5TlEG5bFGGg== +# key: JTUVk92Gjsx17L0xqxn0X4wX2thDPMKiw4daeTyV1HzPb6JmBeHdtFY1MF1jdctW1ofgzqkDMFOtcqS46by31A== # 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: oauth2: resourceserver: @@ -80,4 +80,5 @@ ies: server-url-blob-sas-rcwld: /blob/sas-rcwld server-url-exam-analysis-list: /common/exam/find-by-analysis server-url-exam-find-record: /common/exam/find-summary-record - server-url-analysis-simple: /analysis/simple \ No newline at end of file + server-url-analysis-simple: /analysis/simple + server-url-find-summary-by-student: /common/exam/find-summary-by-student \ No newline at end of file