File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ export const DEFAULT_POLL_INTERVAL_MS = 30000;
66export const POLL_JITTER_PCT = 0.1 ;
77export const DEFAULT_INITIAL_CONFIG_REQUEST_RETRIES = 1 ;
88export const DEFAULT_POLL_CONFIG_REQUEST_RETRIES = 7 ;
9- export const BASE_URL = 'https://fscdn.eppo.cloud' ;
10- export const UFC_ENDPOINT = '/api/flag-config/v1/config' ;
11- export const BANDIT_ENDPOINT = '/api/flag-config/v1/bandits' ;
12- export const PRECOMPUTED_FLAGS_ENDPOINT = '/edge/assignments' ;
9+ export const BASE_URL = 'https://fscdn.eppo.cloud/api' ;
10+ export const UFC_ENDPOINT = '/flag-config/v1/config' ;
11+ export const BANDIT_ENDPOINT = '/flag-config/v1/bandits' ;
12+ export const PRECOMPUTED_BASE_URL = 'https://fscdn.eppo.cloud/edge' ;
13+ export const PRECOMPUTED_FLAGS_ENDPOINT = '/assignments' ;
1314export const SESSION_ASSIGNMENT_CONFIG_LOADED = 'eppo-session-assignment-config-loaded' ;
1415export const NULL_SENTINEL = 'EPPO_NULL' ;
1516// number of logging events that may be queued while waiting for initialization
You can’t perform that action at this time.
0 commit comments