fix RADAR_NAME env variable

This commit is contained in:
dennis.ludwig
2021-06-15 13:03:31 +02:00
parent 897bd5a084
commit 61d7fa38f2
9 changed files with 20 additions and 58 deletions

View File

@@ -56,7 +56,7 @@ cp -r build techradar
You can customize the following parts of the tech radar.
### Change title, description and headline
Set the environment variable `RADAR_NAME`. The default is "AOE Technology Radar".
Set the environment variable `REACT_APP_RADAR_NAME`. The default is "AOE Technology Radar".
### Host the application under a sub path
To host the application under a sub path, set the environment variable `PUBLIC_URL`, e.g. "/techradar".