2023.02.15 修改cloudfront中的cdn名字;修改fms_gps服务器地址;修改cloudFront密钥地址相对路径。
This commit is contained in:
		| @@ -130,7 +130,7 @@ kafka.gps.topic=fleet-api-gps | ||||
| kafka.notification.topic=fleet-api-notification | ||||
|  | ||||
| # fms_gps Server (waylens-fms-clip) | ||||
| fms_gps.server.address = "http://100.66.240.213:9004" | ||||
| fms_gps.server.address = "http://172.20.24.171:9004" | ||||
| # notification push server (waylens-fms-notification) | ||||
| provider.waylens.notificationPusher.endpoint="http://172.20.24.171:8060/fmsKafka" | ||||
|  | ||||
| @@ -189,7 +189,7 @@ provider.aws { | ||||
|  | ||||
|   cloudFront { | ||||
|     keyPairId = "K19X44RTV6O2RC" | ||||
|     keyPairFile = "./wtest_fleet_private_key.pem" | ||||
|     keyPairFile = "../wtest_fleet_private_key.pem" | ||||
|   }   | ||||
| } | ||||
|  | ||||
| @@ -238,37 +238,37 @@ sendgrid { | ||||
| # clip storage & cloudfront | ||||
| clip.storage.bucket = "/wtestfleet/clip/" | ||||
| clip.storage.address { | ||||
|   default = "https://cdn.fleet.autosecure360.com/clip/" | ||||
|   default = "https://cdn.fleet.eveus.com/clip/" | ||||
| } | ||||
|  | ||||
| # streaming storage & cloudfront | ||||
| streaming.storage.bucket = "/wtestfleet/live_video/" | ||||
| streaming.storage.address { | ||||
|   default = "https://cdn.fleet.autosecure360.com/live_video/" | ||||
|   default = "https://cdn.fleet.eveus.com/live_video/" | ||||
| } | ||||
|  | ||||
| # firmware storage & cloudfront | ||||
| firmware.storage.bucket= "/wtestfleet/firmware" | ||||
| firmware.storage.address { | ||||
|   default  = "https://cdn.fleet.autosecure360.com/firmware/" | ||||
|   default  = "https://cdn.fleet.eveus.com/firmware/" | ||||
| } | ||||
|  | ||||
| # gpsReport.storage cloudfront | ||||
| gpsReport.storage.address { | ||||
|   default = "https://cdn.fleet.autosecure360.com/gps_data_report/" | ||||
|   default = "https://cdn.fleet.eveus.com/gps_data_report/" | ||||
| } | ||||
|  | ||||
| # fleetReport.storage cloudfront | ||||
| fleetReport.storage.address { | ||||
|   default = "https://cdn.fleet.autosecure360.com/fleet_report/" | ||||
|   default = "https://cdn.fleet.eveus.com/fleet_report/" | ||||
| } | ||||
|  | ||||
| # log storage cloudfront | ||||
| log.storage.address = "https://cdn.fleet.autosecure360.com/log/" | ||||
| log.storage.address = "https://cdn.fleet.eveus.com/log/" | ||||
|  | ||||
| # audio storage & cloudfront | ||||
| audio.storage.bucket="wtestfleet" | ||||
| audio.storage.address="https://cdn.fleet.autosecure360.com/audio/" | ||||
| audio.storage.address="https://cdn.fleet.eveus.com/audio/" | ||||
|  | ||||
|  | ||||
| clip.request.pendingTimeout = 604800 | ||||
| @@ -294,5 +294,9 @@ test.UpdateLastSysTimeDurationInMs=3000 | ||||
| dataUsage.cacheTime = 21600 | ||||
| ota.firstTime.delayInDays = 0 | ||||
| server.waylensPricing = false | ||||
| # Camera automatically activated after register | ||||
| server.autoActivated = true | ||||
| # Disalbe iccid check | ||||
| server.checkIccid = false | ||||
| api.version="v3.05" | ||||
| server.env="MK" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user