find_config_file
find_config_file
find_config_file (static)
ConfigLoader.find_config_file(service_name=None, additional_paths=None) -> Optional[str]
Static method to locate a config file without loading it.
Parameters
service_name
Optional service name. When provided, the method also checks for
{service_name}_config.json and .swml/{service_name}_config.json.
additional_paths
Additional file paths to check before the default search paths.
Returns
Optional[str] — Path to the first config file found, or None.