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.
pull/151/head
Robert Dailey 2 years ago
parent a1914270ac
commit af664139ce

@ -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": {

Loading…
Cancel
Save