Remove several deprecated config options
parent
ab6b84e6de
commit
98b8a05d5c
|
@ -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": []
|
||||||
|
|
Loading…
Reference in New Issue