Compare commits
2 Commits
c12c004fed
...
0ca69d0994
Author | SHA1 | Date | |
---|---|---|---|
0ca69d0994 | |||
6b9c076064 |
@ -240,37 +240,37 @@ provider.wowza {
|
||||
# clip storage & cloudfront
|
||||
clip.storage.bucket = "/mkfleet/clip/"
|
||||
clip.storage.address {
|
||||
default = "https://minio.cmc.eveus.com/mkfleet/clip/"
|
||||
default = "http://minio.cmc.eveus.com/mkfleet/clip/"
|
||||
}
|
||||
|
||||
# streaming storage & cloudfront
|
||||
streaming.storage.bucket = "/mkfleet/live_video/"
|
||||
streaming.storage.address {
|
||||
default = "https://minio.cmc.eveus.com/mkfleet/live_video/"
|
||||
default = "http://minio.cmc.eveus.com/mkfleet/live_video/"
|
||||
}
|
||||
|
||||
# firmware storage & cloudfront
|
||||
firmware.storage.bucket= "/mkfleet/firmware"
|
||||
firmware.storage.address {
|
||||
default = "https://minio.cmc.eveus.com/mkfleet/firmware/"
|
||||
default = "http://minio.cmc.eveus.com/mkfleet/firmware/"
|
||||
}
|
||||
|
||||
# gpsReport.storage cloudfront
|
||||
gpsReport.storage.address {
|
||||
default = "https://minio.cmc.eveus.com/mkfleet/gps_data_report/"
|
||||
default = "http://minio.cmc.eveus.com/mkfleet/gps_data_report/"
|
||||
}
|
||||
|
||||
# fleetReport.storage cloudfront
|
||||
fleetReport.storage.address {
|
||||
default = "https://minio.cmc.eveus.com/mkfleet/fleet_report/"
|
||||
default = "http://minio.cmc.eveus.com/mkfleet/fleet_report/"
|
||||
}
|
||||
|
||||
# log storage cloudfront
|
||||
log.storage.address = "https://minio.cmc.eveus.com/mkfleet/log/"
|
||||
log.storage.address = "http://minio.cmc.eveus.com/mkfleet/log/"
|
||||
|
||||
# audio storage & cloudfront
|
||||
audio.storage.bucket="mkfleet"
|
||||
audio.storage.address="https://minio.cmc.eveus.com/mkfleet/audio/"
|
||||
audio.storage.address="http://minio.cmc.eveus.com/mkfleet/audio/"
|
||||
|
||||
|
||||
clip.request.pendingTimeout = 604800
|
||||
|
@ -283,12 +283,12 @@
|
||||
</Property>
|
||||
<Property>
|
||||
<Name>s3UploadAccessKeyID</Name>
|
||||
<Value>fTbjUPzlfsxlue0O</Value>
|
||||
<Value>0YSQr57jQNAj8iX6</Value>
|
||||
<Type>String</Type>
|
||||
</Property>
|
||||
<Property>
|
||||
<Name>s3UploadAccessKeySecret</Name>
|
||||
<Value>Gf6xyQie5QDH28y41f4mXuDzvez26cWg</Value>
|
||||
<Value>l3j0x1UpCmcu8tNYp2WkArjYY1sQdU7U</Value>
|
||||
<Type>String</Type>
|
||||
</Property>
|
||||
<Property>
|
||||
@ -298,12 +298,12 @@
|
||||
</Property>
|
||||
<Property>
|
||||
<Name>s3UploadRegion</Name>
|
||||
<Value>cn-qingdao-1</Value>
|
||||
<Value>vn-hanoi-1</Value>
|
||||
<Type>String</Type>
|
||||
</Property>
|
||||
<Property>
|
||||
<Name>s3UploadHost</Name>
|
||||
<Value>http://172.16.88.19:9000</Value>
|
||||
<Value>http://172.16.88.129:9000</Value>
|
||||
<Type>String</Type>
|
||||
</Property>
|
||||
<Property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user