Skip to content

Commit

Permalink
#1600 Fix wsConfig key in configuration sample
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 28, 2020
1 parent 6892437 commit c0283df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/application.sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ storage {
// type: "bearer"
// key: "***" # Cortex API key
// }
// ws {} # HTTP client configuration (SSL and proxy)
// wsConfig {} # HTTP client configuration (SSL and proxy)
// }
// ]
// }
Expand All @@ -90,7 +90,7 @@ storage {
// type = key
// key = "***" # MISP API key
// }
// ws {} # HTTP client configuration (SSL and proxy)
// wsConfig {} # HTTP client configuration (SSL and proxy)
// }
// ]
//}
Expand Down

0 comments on commit c0283df

Please sign in to comment.