remoteConfiguration

@get:Environment(value = EnvType.CLIENT)
@set:Environment(value = EnvType.CLIENT)
var remoteConfiguration: Configuration?(source)

The configuration of remote server the client is currently connected to, or null, if the client is not connected to a server. It is the configuration of the integrated server, if running.