From af664139ceb19d739238273bfe68f2c9932e92de Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Fri, 18 Nov 2022 18:43:13 -0600 Subject: [PATCH] chore(schema): Remove pattern from base_url in config schema BaseURL can now be set via `!secret`, so it makes no sense to enforce a pattern anymore. --- schemas/config-schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schemas/config-schema.json b/schemas/config-schema.json index d5f0b071..09915dd1 100644 --- a/schemas/config-schema.json +++ b/schemas/config-schema.json @@ -60,7 +60,6 @@ }, "base_url": { "type": "string", - "pattern": "^https?", "description": "The base URL of your instance. Basically this is the URL you bookmark to get to the front page." }, "delete_old_custom_formats": {