Updated comments and code to reflect feedbacks

This commit is contained in:
keshan
2020-12-03 09:07:04 +05:30
parent ff243ce96a
commit 6a5e3e204f
3 changed files with 27 additions and 12 deletions
+10 -1
View File
@@ -2,4 +2,13 @@
'@backstage/core': minor
---
Introducing env prop to have configurable authentication env
Introducing a new optional property within `app-config.yaml` called `auth.environment` to have configurable environment value for `auth.providers`
**Default Value:** 'development'
**Optional Values:** 'production' | 'development'
**Migration-steps:**
- To override the default value, one could simply introduce the new property `environment` within the `auth` section of the `config.yaml`
- re-run the build to reflect the changed configs