Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Apr 6, 2018
1 parent 93fd5b3 commit ac16deb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lint/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,15 @@ const confSchema = `{
"proxy_ssl_insecure_skip_verify": {
"type": "boolean"
},
"proxy_ssl_min_version": {
"type": "integer"
},
"proxy_ssl_ciphers": {
"type": ["array", "null"],
"items": {
"type": "string"
}
},
"public_key_path": {
"type": "string",
"format": "path"
Expand Down

0 comments on commit ac16deb

Please sign in to comment.