mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
Remove unused occurrences of 'exportJMXto' (#2588)
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
myLegalName = "Vast Global MegaCorp, Ltd"
|
myLegalName = "Vast Global MegaCorp, Ltd"
|
||||||
emailAddress = "admin@company.com"
|
emailAddress = "admin@company.com"
|
||||||
exportJMXto = "http"
|
|
||||||
keyStorePassword = "cordacadevpass"
|
keyStorePassword = "cordacadevpass"
|
||||||
trustStorePassword = "trustpass"
|
trustStorePassword = "trustpass"
|
||||||
dataSourceProperties = {
|
dataSourceProperties = {
|
||||||
|
@ -13,7 +13,6 @@ import java.nio.file.Path
|
|||||||
class WebServerConfig(override val baseDirectory: Path, val config: Config) : NodeSSLConfiguration {
|
class WebServerConfig(override val baseDirectory: Path, val config: Config) : NodeSSLConfiguration {
|
||||||
override val keyStorePassword: String by config
|
override val keyStorePassword: String by config
|
||||||
override val trustStorePassword: String by config
|
override val trustStorePassword: String by config
|
||||||
val exportJMXto: String get() = "http"
|
|
||||||
val useHTTPS: Boolean by config
|
val useHTTPS: Boolean by config
|
||||||
val myLegalName: String by config
|
val myLegalName: String by config
|
||||||
val rpcAddress: NetworkHostAndPort by lazy {
|
val rpcAddress: NetworkHostAndPort by lazy {
|
||||||
|
Reference in New Issue
Block a user