mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Remove unused occurrences of 'exportJMXto' (#2588)
This commit is contained in:
parent
51704cd7a4
commit
731cb1b67e
@ -1,6 +1,5 @@
|
||||
myLegalName = "Vast Global MegaCorp, Ltd"
|
||||
emailAddress = "admin@company.com"
|
||||
exportJMXto = "http"
|
||||
keyStorePassword = "cordacadevpass"
|
||||
trustStorePassword = "trustpass"
|
||||
dataSourceProperties = {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user