Remove several deprecated config options

cshd
Dragory 2020-08-13 03:32:04 +03:00
parent ab6b84e6de
commit 98b8a05d5c
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 2 additions and 15 deletions

View File

@ -227,6 +227,7 @@
"$ref": "#/definitions/customBoolean", "$ref": "#/definitions/customBoolean",
"default": true "default": true
}, },
"plugins": { "plugins": {
"type": "array", "type": "array",
"items": { "items": {
@ -249,25 +250,11 @@
"minimum": 1, "minimum": 1,
"default": 8890 "default": 8890
}, },
"url": { "url": {
"type": "string" "type": "string"
}, },
"dbDir": {
"type": "string",
"deprecationMessage": "This option is deprecated. Please use sqliteOptions instead."
},
"knex": {
"type": "object",
"deprecationMessage": "This option is deprecated. Please use dbType and sqliteOptions/mysqlOptions instead."
},
"logDir": {
"type": "string",
"deprecationMessage": "This option is deprecated. Logs are no longer stored in individual files."
},
"extraIntents": { "extraIntents": {
"$ref": "#/definitions/stringArray", "$ref": "#/definitions/stringArray",
"default": [] "default": []