interface NodeConfiguration : NodeSSLConfiguration
basedir |
abstract val basedir: Path |
certificateSigningService |
abstract val certificateSigningService: <ERROR CLASS> |
certificatesPath |
open val certificatesPath: Path |
dataSourceProperties |
open val dataSourceProperties: Properties |
devMode |
abstract val devMode: Boolean |
emailAddress |
abstract val emailAddress: String |
exportJMXto |
abstract val exportJMXto: String |
myLegalName |
abstract val myLegalName: String |
nearestCity |
abstract val nearestCity: String |
keyStorePassword |
abstract val keyStorePassword: String |
keyStorePath |
open val keyStorePath: Path |
trustStorePassword |
abstract val trustStorePassword: String |
trustStorePath |
open val trustStorePath: Path |
log |
val log: <ERROR CLASS> |
loadConfig |
fun loadConfig(baseDirectoryPath: Path, configFileOverride: Path? = null, allowMissingConfig: Boolean = false, configOverrides: Map<String, Any?> = emptyMap()): <ERROR CLASS> |
FullNodeConfiguration |
class FullNodeConfiguration : NodeConfiguration |
NodeConfigurationFromConfig |
class NodeConfigurationFromConfig : NodeConfiguration |