diff --git a/config/default.schema.json b/config/default.schema.json index 903aac324ca..0bd469b3cd4 100644 --- a/config/default.schema.json +++ b/config/default.schema.json @@ -1381,7 +1381,8 @@ } }, "default": { - "BASE_URL": "http://localhost:4030" + "BASE_URL": "http://localhost:4030", + "API_KEY": "" } } },