Skip to content

Commit

Permalink
documentation how .env file needs to reside under server/
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Sep 7, 2023
1 parent 01d556e commit 42fb8b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ to start the installation wizard.

To see the comment stream goto http://localhost:8080/.

To run linting and tests use the following commands:
### To modify environment variables:

Place and modify a `.env` file within `server/`.

Similar to other applications, development environment variables are picked up from a `.env` file. However, since Coral is a mono-repo, you need to create this file within the `server/` folder. This allows Coral's web server to pick up on the configuration at its relative startup root.

### To run linting and tests use the following commands:

```bash
# Run the linters.
Expand Down

0 comments on commit 42fb8b5

Please sign in to comment.