update web push servers to the domains we're using

This commit is contained in:
2023-12-02 15:35:44 -07:00
parent 3bf8fd0c22
commit 681d949098
2 changed files with 14 additions and 14 deletions

View File

@@ -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,
}
/**