From 681d949098386e3a1a462411f1ebd0b65f326f25 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 2 Dec 2023 15:35:44 -0700 Subject: [PATCH] update web push servers to the domains we're using --- src/constants/app.ts | 8 ++++---- src/views/AccountViewView.vue | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/constants/app.ts b/src/constants/app.ts index 313e472..f4be364 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -12,11 +12,11 @@ export enum AppString { DEFAULT_ENDORSER_API_SERVER = TEST_ENDORSER_API_SERVER, - PROD_PUSH_SERVER = "https://push.endorser.ch", - TEST_PUSH_SERVER = "https://timesafari-pwa.anomalistlabs.com", - LOCAL_PUSH_SERVER = "http://localhost:3001", + PROD_PUSH_SERVER = "https://timesafari.app", + TEST1_PUSH_SERVER = "https://test.timesafari.app", + TEST2_PUSH_SERVER = "https://timesafari-pwa.anomalistlabs.com", - DEFAULT_PUSH_SERVER = TEST_PUSH_SERVER, + DEFAULT_PUSH_SERVER = TEST1_PUSH_SERVER, } /** diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 9e29080..f0ee90a 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -323,19 +323,19 @@