Skip to content

Commit

Permalink
resolve confusion around deployment vs development
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby-Wheelis authored Oct 14, 2023
1 parent b221d89 commit e896dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/front/loading_data_for_emulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e896dd1

Please sign in to comment.