From e896dd16e263b362fd4797b1e836b93d89dc8a13 Mon Sep 17 00:00:00 2001 From: Abby Wheelis <54848919+Abby-Wheelis@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:36:47 -0400 Subject: [PATCH] resolve confusion around deployment vs development --- docs/dev/front/loading_data_for_emulator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/front/loading_data_for_emulator.md b/docs/dev/front/loading_data_for_emulator.md index 0ffc907..7566d83 100644 --- a/docs/dev/front/loading_data_for_emulator.md +++ b/docs/dev/front/loading_data_for_emulator.md @@ -35,7 +35,7 @@ Sometimes, it is useful to load data into a deployment config for testing, demo, 1. Fork `nrel-openpath-deploy-configs` 2. Modify the config you want to work on, making sure that there is no `server` defined (if no server is defined, the app will connect to the local server, as desired). 3. Update the downloadURL in `dynamicConfig` for the version of `e-mission-phone` you are running to `https://raw.githubusercontent.com/[MY-REPO]/nrel-openpath-deploy-configs/[MY-BRANCH]/configs/${label}.nrel-op.json` -4. Now you can use a development config with the local server +4. Now you can use a deployment config with the local server ## Notes on making up a valid opcode - opcodes must begin with `nrelop`