@@ -700,12 +700,12 @@ void main() {
700700 streamingEnabled: false ,
701701 persistentAttributesEnabled: true , // unsupported in Web
702702 impressionListener: true ,
703- sdkEndpoint: 'https://sdk.split-stage.io /api' ,
704- eventsEndpoint: 'https://events.split-stage.io /api' ,
705- authServiceEndpoint: 'https://auth.split-stage.io /api/v2' ,
706- streamingServiceEndpoint: 'https://streaming.split.io /sse' ,
703+ sdkEndpoint: 'https://sdk.domain /api' ,
704+ eventsEndpoint: 'https://events.domain /api' ,
705+ authServiceEndpoint: 'https://auth.domain /api/v2' ,
706+ streamingServiceEndpoint: 'https://streaming.domain /sse' ,
707707 telemetryServiceEndpoint:
708- 'https://telemetry.split-stage.io /api/v1' ,
708+ 'https://telemetry.domain /api/v1' ,
709709 syncConfig: SyncConfig (
710710 names: ['flag_1' , 'flag_2' ], prefixes: ['prefix_1' ]),
711711 impressionsMode: ImpressionsMode .none,
@@ -747,11 +747,11 @@ void main() {
747747 'eventsPushRate' : 7 ,
748748 },
749749 'urls' : {
750- 'sdk' : 'https://sdk.split-stage.io /api' ,
751- 'events' : 'https://events.split-stage.io /api' ,
752- 'auth' : 'https://auth.split-stage.io /api' ,
753- 'streaming' : 'https://streaming.split.io ' ,
754- 'telemetry' : 'https://telemetry.split-stage.io /api' ,
750+ 'sdk' : 'https://sdk.domain /api' ,
751+ 'events' : 'https://events.domain /api' ,
752+ 'auth' : 'https://auth.domain /api' ,
753+ 'streaming' : 'https://streaming.domain ' ,
754+ 'telemetry' : 'https://telemetry.domain /api' ,
755755 },
756756 'sync' : {
757757 'impressionsMode' : 'NONE' ,
0 commit comments