Remove DB from config schema

This commit is contained in:
floppydiskette 2024-10-25 00:40:51 +01:00
parent a5f75bc517
commit 086843e858
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

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"
] ]
} }