Skip to content

Commit 8efc247

Browse files
committed
Add docs on env variables
1 parent 30f7043 commit 8efc247

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/client/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ See root README.md for instructions on how to install and run the project.
1010

1111
Some client options are controlled by environment variables. These are:
1212
```
13+
# App config
14+
## Title and description of the app for metadata
1315
APP_TITLE
1416
APP_DESCRIPTION
17+
18+
# API
19+
## If the app is being served in from a subfolder, the domain url must be set.
20+
PUBLIC_URL
1521
REACT_APP_STAC_BROWSER
1622
REACT_APP_STAC_API
23+
24+
# Theming
25+
REACT_APP_THEME_PRIMARY_COLOR
26+
REACT_APP_THEME_SECONDARY_COLOR
1727
```
1828

1929
You must provide a value for the `REACT_APP_STAC_API` environment variable. This should be the URL of the STAC API you wish to interact with.

0 commit comments

Comments
 (0)