generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 3
Environment Variables
Barrett Falk edited this page Feb 13, 2024
·
28 revisions
Below are the development .env files, with any secret information removed.
Note: the
files should be renamed to .env and placed in the directories as follows:
- backend.evn: rename to .env and place in backend folder
- frontend.env: rename to .env and place in frontend folder
- webeoc.env: rename to .env and place in root folder (if using docker compose). Also note that depending on how you're running the app, you'll want to update the port on the COMPLAINTS_MANAGEMENT_API_URL environment variable to match the port that the backend is listening on.