Remove unused occurrences of 'exportJMXto' (#2588)

This commit is contained in:
igor nitto 2018-02-21 19:05:55 +00:00 committed by GitHub
parent 51704cd7a4
commit 731cb1b67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
myLegalName = "Vast Global MegaCorp, Ltd"
emailAddress = "admin@company.com"
exportJMXto = "http"
keyStorePassword = "cordacadevpass"
trustStorePassword = "trustpass"
dataSourceProperties = {

View File

@ -13,7 +13,6 @@ import java.nio.file.Path
class WebServerConfig(override val baseDirectory: Path, val config: Config) : NodeSSLConfiguration {
override val keyStorePassword: String by config
override val trustStorePassword: String by config
val exportJMXto: String get() = "http"
val useHTTPS: Boolean by config
val myLegalName: String by config
val rpcAddress: NetworkHostAndPort by lazy {