Skip to content

Commit

Permalink
支持云端录像配置RSA认证
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjoge committed Feb 2, 2024
1 parent 07749b1 commit f0d5753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions script/cdvr/MyData/SettingConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<Prefix>ydr</Prefix>
<SwaggerDoc>true</SwaggerDoc>
<DiskReserveSpace>3</DiskReserveSpace>
<CARsaPem></CARsaPem>
</Setting>
1 change: 1 addition & 0 deletions script/cdvr/startcdvr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function update_config(){
updateXml $CDVR_DOCKER_PATH/SettingConfig.xml Prefix "$CDVR_PREFIX"
updateXml $CDVR_DOCKER_PATH/SettingConfig.xml SwaggerDoc $SwaggerUI
updateXml $CDVR_DOCKER_PATH/SettingConfig.xml DiskReserveSpace $CDVR_KEEP_GB
updateXml $CDVR_DOCKER_PATH/SettingConfig.xml CARsaPem $RTVS_CARSA_PEMKEY_PATH


if [ ! -n "$ClusterServer" ] ;then
Expand Down
1 change: 1 addition & 0 deletions script/rtvsMyData/SettingConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@
<CARsaPem></CARsaPem>
<CARsaTimeoutSec>60</CARsaTimeoutSec>
<TokenTimeoutSec>300</TokenTimeoutSec>
<CARsaPem></CARsaPem>
</ConfigModel>

0 comments on commit f0d5753

Please sign in to comment.