Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .fleetControl/schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@
"default": 443,
"description": "The port on which the collector proxy will be listening. You shouldn't need to change this."
},
"fake_config": {
"type": "boolean",
"default": true,
"description": "Test json schema update"
},
"proxy": {
"type": "string",
"default": "",
Expand Down
7 changes: 0 additions & 7 deletions lib/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ defaultConfig.definition = () => {
},
default: true
},
/**
* Test json schema update
*/
fake_config: {
default: true,
fomatter: boolean
},
/**
* Proxy url
*
Expand Down
Loading