Config
constructor(logClusters: Map<RemoteAlias, Remote.Factory<*>> = emptyMap(), remotes: Map<RemoteAlias, Remote.Factory<*>> = emptyMap(), databases: Map<DatabaseName, Database.Config> = emptyMap(), memoryCache: MemoryCache.Factory = MemoryCache.Factory(), diskCache: DiskCache.Factory? = null, healthz: HealthzConfig? = null, indexer: IndexerConfig = IndexerConfig(), nodeId: String = System.getenv("XTDB_NODE_ID") ?: randomUUID().toString().takeWhile { it != '-' })