Skip to content

Commit

Permalink
Update path for stitch config within the devcontainer. (#4698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Frei authored May 18, 2021
1 parent affc098 commit 9f9094b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"cmake.configureSettings": {
"REALM_ENABLE_AUTH_TESTS": "ON",
"REALM_MONGODB_ENDPOINT": "http://mongodb-realm:9090",
"REALM_STITCH_CONFIG": "/realm-core/test/mongodb/config.json",
}
"REALM_STITCH_CONFIG": "/realm-core/test/object-store/mongodb/config.json",
},
"cmake.cmakePath": "cmake",
"cmake.generator": "Ninja"
},

// Add the IDs of extensions you want installed when the container is created.
Expand Down

0 comments on commit 9f9094b

Please sign in to comment.