We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f7043 commit 8efc247Copy full SHA for 8efc247
packages/client/README.md
@@ -10,10 +10,20 @@ See root README.md for instructions on how to install and run the project.
10
11
Some client options are controlled by environment variables. These are:
12
```
13
+# App config
14
+## Title and description of the app for metadata
15
APP_TITLE
16
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
21
REACT_APP_STAC_BROWSER
22
REACT_APP_STAC_API
23
24
+# Theming
25
+REACT_APP_THEME_PRIMARY_COLOR
26
+REACT_APP_THEME_SECONDARY_COLOR
27
28
29
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