Skip to content

Commit

Permalink
Revert "Remove PAD_URI from required"
Browse files Browse the repository at this point in the history
This reverts commit b90fc8b.
  • Loading branch information
bischofmax committed Jun 13, 2024
1 parent a839f4c commit 231841d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
"ETHERPAD": {
"type": "object",
"description": "Etherpad settings",
"required": [],
"required": ["PAD_URI"],
"properties": {
"URI": {
"type": "string",
Expand Down

0 comments on commit 231841d

Please sign in to comment.