Merge pull request #2845 from spotify/rugvip/appenv

Use APP_ENV to determine what config to load, falling back to NODE_ENV
This commit is contained in:
Patrik Oldsberg
2020-10-12 15:20:45 +02:00
committed by GitHub
13 changed files with 25 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-common': minor
'@backstage/cli': minor
---
Use APP_ENV before NODE_ENV for determining what config to load