graphmine-core / io.github.sof3.graphmine.config / ServerConfig
class ServerConfig : ConfigGroupSpec<ServerConfig>
Settings for the server
| <init> | ServerConfig()Settings for the server |
| ip | var ip: StringThe IP to listen on |
| port | var port: IntThe port to listen on |
| invoke | operator fun invoke(fn: Self.() -> Unit): Unit |