alexeyinkin commented on code in PR #24957: URL: https://github.com/apache/beam/pull/24957#discussion_r1130993765
########## learning/tour-of-beam/frontend/lib/config.dart: ########## @@ -26,14 +26,10 @@ const cloudFunctionsBaseUrl = 'https://' // Copied from Playground's config.g.dart -const String kAnalyticsUA = 'UA-73650088-2'; -const String kApiClientURL = - 'https://backend-router-beta-dot-apache-beam-testing.appspot.com'; -const String kApiJavaClientURL = - 'https://backend-java-beta-dot-apache-beam-testing.appspot.com'; -const String kApiGoClientURL = - 'https://backend-go-beta-dot-apache-beam-testing.appspot.com'; -const String kApiPythonClientURL = - 'https://backend-python-beta-dot-apache-beam-testing.appspot.com'; -const String kApiScioClientURL = - 'https://backend-scio-beta-dot-apache-beam-testing.appspot.com'; +const String kAnalyticsUA = 'G-BXFP2FNCKC'; + +const String kApiClientURL = 'https://router.play-dev.beam.apache.org'; +const String kApiJavaClientURL = 'https://java.play-dev.beam.apache.org'; +const String kApiGoClientURL = 'https://go.play-dev.beam.apache.org'; +const String kApiPythonClientURL = 'https://python.play-dev.beam.apache.org'; +const String kApiScioClientURL = 'https://scio.play-dev.beam.apache.org'; Review Comment: Just two lines above it reads `// Copied from Playground's config.g.dart` which in turn has an explanation. `config.g.dart` will be gone after merging #25610 If it happens before this merge, we will delete the ToB's `config.dart` when merging `master` here. Otherwise we will update #25610 accordingly if this is merged first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
