From 727f0deeca4b18fedb5f4eb1516d9f283921198a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 9 Feb 2021 13:39:44 +0100 Subject: [PATCH] add changeset --- .changeset/empty-cooks-laugh.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/empty-cooks-laugh.md diff --git a/.changeset/empty-cooks-laugh.md b/.changeset/empty-cooks-laugh.md new file mode 100644 index 0000000000..8f509f08cd --- /dev/null +++ b/.changeset/empty-cooks-laugh.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-app-backend': patch +--- + +Added a new `disableConfigInjection` option, which can be used to disable the configuration injection in environments where it can't be used.