Skip to content

Commit

Permalink
oxtrust (4.0.0) : renamed useSsl -> useSSL
Browse files Browse the repository at this point in the history
#1018

(cherry picked from commit 5f9bc77)
  • Loading branch information
yuriyz committed Sep 21, 2018
1 parent a041dff commit bc7a2d6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@
"exclusiveMaximum": false,
"exclusiveMinimum": false
},
"useSsl" : {
"id": "useSsl",
"description": "useSsl ",
"useSSL" : {
"id": "useSSL",
"description": "Enable SSL communication between Gluu Server and Redis cache ",
"type": "boolean"
},
"sslTrustStoreFilePath": {
"id": "useTrustStoreFilePath",
"description": "useTrustStoreFilePath",
"description": "Directory Path to Trust Store",
"type": "string",
"format": "url",
"minLength": 1
Expand Down

0 comments on commit bc7a2d6

Please sign in to comment.