Skip to content

Commit

Permalink
Add placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc authored Mar 29, 2024
1 parent adf8990 commit dd42d88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sync-todo/v2/generated/cpp/atlasConfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"appId": "INSERT-YOUR-APP-ID-HERE",
"appUrl": "https://services.cloud.mongodb.com/groups/6388cb218e4d865c34158da5/apps/65f46bd16a5a245b65769e5d",
"appUrl": "https://services.cloud.mongodb.com/groups/INSERT-YOUR-PROJECT-ID-HERE/apps/INSERT-YOUR-APP-ID-HERE",
"baseUrl": "https://services.cloud.mongodb.com",
"clientApiBaseUrl": "https://us-east-1.aws.services.cloud.mongodb.com",
"dataApiBaseUrl": "https://us-east-1.aws.data.mongodb-api.com",
"dataExplorerLink": "https://cloud.mongodb.com/links/6388cb218e4d865c34158da5/explorer/Cluster0/database/collection/find",
"clientApiBaseUrl": "https://INSERT-YOUR-DEPLOYMENT-REGION-HERE.services.cloud.mongodb.com",
"dataApiBaseUrl": "https://INSERT-YOUR-DEPLOYMENT-REGION-HERE.data.mongodb-api.com",
"dataExplorerLink": "https://cloud.mongodb.com/links/INSERT-YOUR-PROJECT-ID-HERE/explorer/Cluster0/database/collection/find",
"dataSourceName": "mongodb-atlas"
}
}

0 comments on commit dd42d88

Please sign in to comment.