We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265f0bd commit 1b42c00Copy full SHA for 1b42c00
langchain-js/config.env
@@ -1,3 +1,3 @@
1
REPO_NAME=langchainjs
2
-CLONE_URL="https://github.com/langchain-ai/langchainjs.git"
+REPO_ORG=langchain-ai
3
DATABASE=langchain_test_db
langchain-js/run.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-
set -o errexit
4
5
setup_remote_atlas() {
@@ -12,14 +11,12 @@ setup_remote_atlas() {
12
11
source $ROOT_DIR/env.sh
13
fi
14
15
- bash ../../.evergreen/fetch-secrets.sh
+ bash "$ROOT_DIR/.evergreen/fetch-secrets.sh"
16
source secrets-export.sh
17
18
if [[ -n "$MONGODB_URI" ]]; then
19
export MONGODB_ATLAS_URI=$MONGODB_URI
20
21
22
- echo "MONGODB_ATLAS_URI: $MONGODB_ATLAS_URI"
23
}
24
25
setup_node_and_yarn() {
0 commit comments