From 1fffe75dfa6baa75c4e09a3bc6046488a1f738d7 Mon Sep 17 00:00:00 2001 From: "limin.zhang" <limin.zhang@eveus.com> Date: Tue, 3 Jan 2023 17:16:01 +0800 Subject: [PATCH] =?UTF-8?q?2023.01.03=20=E6=A0=B9=E6=8D=AE=E6=96=B0?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E7=9A=84S3=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fms-core/wtest_application.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fms-core/wtest_application.conf b/fms-core/wtest_application.conf index bea3c33..f3ebd80 100644 --- a/fms-core/wtest_application.conf +++ b/fms-core/wtest_application.conf @@ -167,7 +167,7 @@ provider.att { billingDay = 19 } -# clip server +# clip server (waylens-fms-clip) provider.backend { endpoint="http://172.20.24.171:36458/v.1.0" key="dqy0S3MAdDLOp50R" @@ -187,8 +187,8 @@ provider.aws { } cloudFront { - keyPairId = "KXVLE604DD1P3" - keyPairFile = "../config/mk_fleet_privatekey.pem" + keyPairId = "K19X44RTV6O2RC" + keyPairFile = "./wtest_fleet_private_key.pem" } } @@ -235,19 +235,19 @@ sendgrid { # clip storage & cloudfront -clip.storage.bucket = "/mkfleet/clip/" +clip.storage.bucket = "/wtestfleet/clip/" clip.storage.address { default = "https://cdn.fleet.autosecure360.com/clip/" } # streaming storage & cloudfront -streaming.storage.bucket = "/mkfleet/live_video/" +streaming.storage.bucket = "/wtestfleet/live_video/" streaming.storage.address { default = "https://cdn.fleet.autosecure360.com/live_video/" } # firmware storage & cloudfront -firmware.storage.bucket= "/mkfleet/firmware" +firmware.storage.bucket= "/wtestfleet/firmware" firmware.storage.address { default = "https://cdn.fleet.autosecure360.com/firmware/" } @@ -266,7 +266,7 @@ fleetReport.storage.address { log.storage.address = "https://cdn.fleet.autosecure360.com/log/" # audio storage & cloudfront -audio.storage.bucket="mkfleet" +audio.storage.bucket="wtestfleet" audio.storage.address="https://cdn.fleet.autosecure360.com/audio/"