-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for updating the base url #204
Conversation
2d48380
to
355eeac
Compare
eee1ef4
to
7a7b6ff
Compare
7a7b6ff
to
332da95
Compare
98d2f5b
to
e695db2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CMake GHA workflows will also need -DREALM_ENABLE_EXPERIMENTAL=1
passed when generating the build files for sync tests, e.g
realm-cpp/.github/workflows/cmake.yml
Line 348 in e718cc8
run: cmake --preset linux -DCMAKE_VERBOSE_MAKEFILE=${RUNNER_DEBUG:-OFF} |
CHANGELOG.md
Outdated
@@ -8,6 +8,7 @@ | |||
|
|||
### Enhancements | |||
* Updated default base URL to be `https://services.cloud.mongodb.com` to support the new domains (was `https://realm.mongodb.com`) | |||
* Added support for updating Atlas Device Sync's base url, in case the need to roam between servers (cloud and/or edge server). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to explain how to opt into the API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! one final comment but LGTM.
Co-authored-by: Lee Maguire <[email protected]>
Added support for updating Atlas Device Sync's base url, in case the need to roam between servers (cloud and/or edge server).