-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from Eastern-Research-Group/develop
Merging v1.1 changes into staging
- Loading branch information
Showing
34 changed files
with
2,075 additions
and
2,691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# NOTE: For local development, set `REACT_APP_FORMIO_BASE_URL` and | ||
# `REACT_APP_FORMIO_PROJECT_URL` to the same values used in the server app's | ||
# `FORMIO_BASE_URL` and `FORMIO_PROJECT_URL` env variables. When deployed, a | ||
# GitHub Actions Workflow does this in the "build" npm script. | ||
# NOTE: For local development, set `REACT_APP_CSB_ENROLLMENT_PERIOD`, | ||
# `REACT_APP_FORMIO_BASE_URL`, and `REACT_APP_FORMIO_PROJECT_NAME` to the same | ||
# values used in the server app's `CSB_ENROLLMENT_PERIOD`, `FORMIO_BASE_URL`, | ||
# and `FORMIO_PROJECT_NAME` env variables. When deployed, a GitHub Actions | ||
# Workflow does this in the "build" npm script. | ||
REACT_APP_CSB_ENROLLMENT_PERIOD= | ||
REACT_APP_FORMIO_BASE_URL= | ||
REACT_APP_FORMIO_PROJECT_URL= | ||
REACT_APP_FORMIO_PROJECT_NAME= |
Oops, something went wrong.