Skip to content

Commit

Permalink
update collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ariton authored and Adrian Ariton committed Nov 28, 2023
1 parent e828fd8 commit 562ce0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/chattutor_setup/chattutor.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const RUN_LOCALLY = true;
const TEST_MODE = false;
const IS_STATIC = true;

const EMBEDDING_COLLECTION_NAME = "photonicsbootcamp12";
const EMBEDDING_COLLECTION_NAME = "photonicsbootcamp2811";
const COURSE_URL = "https://byucamacholab.github.io/Photonics-Bootcamp"
/**
* --------------- TESTING CONFIGS ----------------
Expand Down Expand Up @@ -80,4 +80,4 @@ const SERVER_PORT = 5000
/**
* JUPYTER-NOTEBOOK Specific configurations.
*/
const BUILD_HTML_JUPYTER_NOTEBOOK_FOLDER = "_build/html"
const BUILD_HTML_JUPYTER_NOTEBOOK_FOLDER = "_build/html"

0 comments on commit 562ce0a

Please sign in to comment.