Remove DB from config schema

This commit is contained in:
floppydiskette 2024-10-25 00:40:51 +01:00
commit 086843e858
No known key found for this signature in database

View file

@ -9,37 +9,10 @@
}, },
"prefix": { "prefix": {
"type": "string" "type": "string"
},
"mariadb": {
"type": "object",
"properties": {
"host": {
"type": "string"
},
"user": {
"type": "string"
},
"password": {
"type": "string"
},
"database": {
"type": "string"
}
},
"required": [
"host",
"user",
"password",
"database"
]
},
"levelling": {
"type": "boolean"
} }
}, },
"required": [ "required": [
"token", "token",
"prefix", "prefix"
"mariadb"
] ]
} }