From d8ff82f1d9db44cc6708c1bb92c513980381b0ed Mon Sep 17 00:00:00 2001 From: Bartosz Nowicki <116367402+bn-pass@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:57:45 +0100 Subject: [PATCH] move default value for the ADMIN_API_CLIENT object to default.schema.json --- config/default.json | 3 +-- config/default.schema.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default.json b/config/default.json index 7079e66d18b..7dd1802a037 100644 --- a/config/default.json +++ b/config/default.json @@ -41,6 +41,5 @@ }, "CTL_TOOLS": { "EXTERNAL_TOOL_MAX_LOGO_SIZE_IN_BYTES": 300000 - }, - "ADMIN_API_CLIENT": {} + } } diff --git a/config/default.schema.json b/config/default.schema.json index 1140f527b25..fac7d10ffa0 100644 --- a/config/default.schema.json +++ b/config/default.schema.json @@ -1352,7 +1352,8 @@ "type": "string", "description": "API key for accessing the Admin API." } - } + }, + "default": {} } }, "required": [],