2023.01.03 根据新申请的S3信息修改配置文件。
This commit is contained in:
		| @@ -167,7 +167,7 @@ provider.att { | |||||||
|   billingDay = 19   |   billingDay = 19   | ||||||
| } | } | ||||||
|  |  | ||||||
| # clip server | # clip server (waylens-fms-clip) | ||||||
| provider.backend { | provider.backend { | ||||||
|   endpoint="http://172.20.24.171:36458/v.1.0" |   endpoint="http://172.20.24.171:36458/v.1.0" | ||||||
|   key="dqy0S3MAdDLOp50R" |   key="dqy0S3MAdDLOp50R" | ||||||
| @@ -187,8 +187,8 @@ provider.aws { | |||||||
|   } |   } | ||||||
|  |  | ||||||
|   cloudFront { |   cloudFront { | ||||||
|     keyPairId = "KXVLE604DD1P3" |     keyPairId = "K19X44RTV6O2RC" | ||||||
|     keyPairFile = "../config/mk_fleet_privatekey.pem" |     keyPairFile = "./wtest_fleet_private_key.pem" | ||||||
|   }   |   }   | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -235,19 +235,19 @@ sendgrid { | |||||||
|  |  | ||||||
|  |  | ||||||
| # clip storage & cloudfront | # clip storage & cloudfront | ||||||
| clip.storage.bucket = "/mkfleet/clip/" | clip.storage.bucket = "/wtestfleet/clip/" | ||||||
| clip.storage.address { | clip.storage.address { | ||||||
|   default = "https://cdn.fleet.autosecure360.com/clip/" |   default = "https://cdn.fleet.autosecure360.com/clip/" | ||||||
| } | } | ||||||
|  |  | ||||||
| # streaming storage & cloudfront | # streaming storage & cloudfront | ||||||
| streaming.storage.bucket = "/mkfleet/live_video/" | streaming.storage.bucket = "/wtestfleet/live_video/" | ||||||
| streaming.storage.address { | streaming.storage.address { | ||||||
|   default = "https://cdn.fleet.autosecure360.com/live_video/" |   default = "https://cdn.fleet.autosecure360.com/live_video/" | ||||||
| } | } | ||||||
|  |  | ||||||
| # firmware storage & cloudfront | # firmware storage & cloudfront | ||||||
| firmware.storage.bucket= "/mkfleet/firmware" | firmware.storage.bucket= "/wtestfleet/firmware" | ||||||
| firmware.storage.address { | firmware.storage.address { | ||||||
|   default  = "https://cdn.fleet.autosecure360.com/firmware/" |   default  = "https://cdn.fleet.autosecure360.com/firmware/" | ||||||
| } | } | ||||||
| @@ -266,7 +266,7 @@ fleetReport.storage.address { | |||||||
| log.storage.address = "https://cdn.fleet.autosecure360.com/log/" | log.storage.address = "https://cdn.fleet.autosecure360.com/log/" | ||||||
|  |  | ||||||
| # audio storage & cloudfront | # audio storage & cloudfront | ||||||
| audio.storage.bucket="mkfleet" | audio.storage.bucket="wtestfleet" | ||||||
| audio.storage.address="https://cdn.fleet.autosecure360.com/audio/" | audio.storage.address="https://cdn.fleet.autosecure360.com/audio/" | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user