diff --git a/src/main/resources/config.schema.json b/src/main/resources/config.schema.json index a403108..ffb185f 100644 --- a/src/main/resources/config.schema.json +++ b/src/main/resources/config.schema.json @@ -9,37 +9,10 @@ }, "prefix": { "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": [ "token", - "prefix", - "mariadb" + "prefix" ] } \ No newline at end of file