getIni

public String getIni(String key, String defaultValue)

Retrieves an INI configuration value from the service.

Return

The INI value as a string, or the default value if unavailable.

Parameters

key

The INI key to look up (e.g., "setting.key").

defaultValue

The default value to return if the key is not found or the service is unbound.