From c644f241949250667d234d6dd27c56e19af603d0 Mon Sep 17 00:00:00 2001 From: Drew Taylor <69828061+drew-fisker@users.noreply.github.com> Date: Mon, 18 Apr 2022 17:49:55 -0700 Subject: [PATCH] CEC-1387 updating superset dns names (#142) * updating superset dns names * updating snapshots --- .env.dev | 4 ++-- .env.local | 4 ++-- .env.prd | 4 ++-- .env.stg | 4 ++-- .../App/__snapshots__/App.test.js.snap | 22 +++++++++---------- .../__snapshots__/SideMenu.test.jsx.snap | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.env.dev b/.env.dev index 3a7990a..7d60c6b 100644 --- a/.env.dev +++ b/.env.dev @@ -1,5 +1,5 @@ +REACT_APP_CERT_SERVICE_URL=https://dev-gw.cloud.fiskerinc.com/certificate REACT_APP_AUTH_SERVICE_URL=https://dev-gw.cloud.fiskerinc.com/compute_auth REACT_APP_UPLOAD_SERVICE_URL=https://dev-gw.cloud.fiskerinc.com/ota_update REACT_APP_AUTH_CALLBACK_URL=https://dev-ota-admin.cloud.fiskerinc.com -REACT_APP_SUPERSET_URL=http://superset-dev.fisker.internal -REACT_APP_CERT_SERVICE_URL=https://dev-gw.cloud.fiskerinc.com/certificate +REACT_APP_SUPERSET_URL=http://superset-dev.fiskercloud.internal diff --git a/.env.local b/.env.local index 234f2fa..20d8df2 100644 --- a/.env.local +++ b/.env.local @@ -1,5 +1,5 @@ REACT_APP_AUTH_SERVICE_URL=http://localhost/compute_auth +REACT_APP_CERT_SERVICE_URL=http://localhost/certificate REACT_APP_UPLOAD_SERVICE_URL=http://localhost/ota_update REACT_APP_AUTH_CALLBACK_URL=http://localhost:3000 -REACT_APP_SUPERSET_URL=http://superset-dev.fisker.internal -REACT_APP_CERT_SERVICE_URL=http://localhost/certificate +REACT_APP_SUPERSET_URL=http://superset-dev.fiskercloud.internal diff --git a/.env.prd b/.env.prd index d89cfe0..cc65470 100644 --- a/.env.prd +++ b/.env.prd @@ -1,5 +1,5 @@ REACT_APP_AUTH_SERVICE_URL=https://gw.cloud.fiskerinc.com/compute_auth +REACT_APP_CERT_SERVICE_URL=https://gw.cloud.fiskerinc.com/certificate REACT_APP_UPLOAD_SERVICE_URL=https://gw.cloud.fiskerinc.com/ota_update REACT_APP_AUTH_CALLBACK_URL=https://ota-admin.cloud.fiskerinc.com -REACT_APP_SUPERSET_URL=http://superset.fisker.internal -REACT_APP_CERT_SERVICE_URL=https://gw.cloud.fiskerinc.com/certificate +REACT_APP_SUPERSET_URL=http://superset.fiskercloud.internal diff --git a/.env.stg b/.env.stg index 3903193..a54619d 100644 --- a/.env.stg +++ b/.env.stg @@ -1,5 +1,5 @@ REACT_APP_AUTH_SERVICE_URL=https://stg-gw.cloud.fiskerinc.com/compute_auth +REACT_APP_CERT_SERVICE_URL=https://stg-gw.cloud.fiskerinc.com/certificate REACT_APP_UPLOAD_SERVICE_URL=https://stg-gw.cloud.fiskerinc.com/ota_update REACT_APP_AUTH_CALLBACK_URL=https://stg-ota-admin.cloud.fiskerinc.com -REACT_APP_SUPERSET_URL=http://superset-stg.fisker.internal -REACT_APP_CERT_SERVICE_URL=https://stg-gw.cloud.fiskerinc.com/certificate +REACT_APP_SUPERSET_URL=http://superset-stg.fiskercloud.internal diff --git a/src/components/App/__snapshots__/App.test.js.snap b/src/components/App/__snapshots__/App.test.js.snap index 097aefb..91e332d 100644 --- a/src/components/App/__snapshots__/App.test.js.snap +++ b/src/components/App/__snapshots__/App.test.js.snap @@ -213,7 +213,7 @@ exports[`App Route / authenticated 1`] = `