From 69aa4b2ae8c2de07d4fc90cfde40ffb7446b35b3 Mon Sep 17 00:00:00 2001 From: Romaric Mourgues Date: Thu, 20 Apr 2023 10:58:10 +0200 Subject: [PATCH] Ability to set applications as env variable --- tdrive/backend/node/config/custom-environment-variables.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tdrive/backend/node/config/custom-environment-variables.json b/tdrive/backend/node/config/custom-environment-variables.json index 37291563..5ab9dea6 100644 --- a/tdrive/backend/node/config/custom-environment-variables.json +++ b/tdrive/backend/node/config/custom-environment-variables.json @@ -96,6 +96,11 @@ "urls": "PUBSUB_URLS" } }, + "applications": { + "__name": "APPLICATIONS", + "__format": "json", + "//": "//{\"grid\": [], \"plugins\": []}" + }, "pusbub": { "//": "//deprecated", "type": "PUBSUB_TYPE",