load

fun load(providersFilePath: String, serverConfigFilePath: String): ServerConfig

Loads the server configuration from the specified file paths.

Return

The loaded server configuration.

Parameters

providersFilePath

The path to the providers file.

serverConfigFilePath

The path to the server configuration file.