You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Pull Request Info
Jira ticket: https://jira.mongodb.org/browse/DOCSP-39164
- [Connect to App Services - Flutter
SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39164-flutter-baseurl/sdk/flutter/app-services/connect-to-app/#connect-to-a-specific-server):
New "Connect to a Specific Server" section with baseURL info. New
"Connect to a Different Server During Runtime" subsection with info
about the experimental API.
-
### Reminder Checklist
Before merging your PR, make sure to check a few things.
- [x] Did you tag pages appropriately?
- genre
- meta.keywords
- meta.description
- [x] Describe your PR's changes in the Release Notes section
- [x] Create a Jira ticket for related docs-app-services work, if any
### Release Notes
- **Flutter SDK**
- Atlas App Services/Connect to App Services: New "Connect to a Specific
Server" section with baseURL info. New "Connect to a Different Server
During Runtime" subsection with info about the experimental API.
### Review Guidelines
[REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md)
By default, Atlas Device SDK connects to Atlas using the global ``baseUrl``
124
+
of ``https://services.cloud.mongodb.com``. In some cases, you may want to
125
+
connect to a different server:
126
+
127
+
- Your App Services App uses local deployment, and you want to connect directly to a local ``baseUrl`` in your region. For more information, refer to the :ref:`<local-deployment>` App Services documentation.
128
+
- You want to connect to an Edge Server instance. For more information, refer to
129
+
the :ref:`edge-server-connect-from-client` App Services documentation.
0 commit comments