|
|
@ -19,7 +19,8 @@ export enum AppString { |
|
|
|
|
|
|
|
PROD_PARTNER_API_SERVER = "https://partner-api.endorser.ch", |
|
|
|
TEST_PARTNER_API_SERVER = "https://test-partner-api.endorser.ch", |
|
|
|
LOCAL_PARTNER_API_SERVER = "http://127.0.0.1:3002", |
|
|
|
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
|
|
|
|
LOCAL_PARTNER_API_SERVER = "http://127.0.0.1:3000", |
|
|
|
|
|
|
|
PROD_PUSH_SERVER = "https://timesafari.app", |
|
|
|
TEST1_PUSH_SERVER = "https://test.timesafari.app", |
|
|
|