Skip to content

Commit

Permalink
chore: update config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer committed Nov 29, 2023
1 parent 47b85e4 commit 1ef54c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions config/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"type": "string",
"default": "-"
},
"debug_mode": {
"type": "boolean",
"default": false
},
"commands": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -514,6 +518,9 @@
"type": "string",
"default": "default"
},
"say_hi_reply": {
"type": "string"
},
"say_hi_expire_after": {
"anyOf": [
{
Expand Down
6 changes: 5 additions & 1 deletion config/schema/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"format": "date-time"
}
],
"default": "2023-11-24T13:56:35.814Z"
"default": "2023-11-29T14:30:56.684Z"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -205,6 +205,10 @@
"sync_permission_managers_on_boot": {
"type": "boolean",
"default": false
},
"debug_mode": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 1ef54c4

Please sign in to comment.