configurable name

This commit is contained in:
Bastian Ike
2021-01-11 11:55:55 +01:00
committed by Bastian
parent 62ba3605fe
commit 0410403dc2
3 changed files with 8 additions and 5 deletions

View File

@@ -77,6 +77,9 @@ function getClientEnvironment(publicUrl) {
// This should only be used as an escape hatch. Normally you would put
// images into the `src` and `import` them in code to get their paths.
PUBLIC_URL: publicUrl,
RADAR_NAME: process.env.RADAR_NAME || 'AOE Technology Radar',
// We support configuring the sockjs pathname during development.
// These settings let a developer run multiple simultaneous projects.
// They are used as the connection `hostname`, `pathname` and `port`