modified: change default_cache_is_channel_url config option to default_cache_as_channel_url

This commit is contained in:
Dr.Lt.Data
2025-02-02 23:23:36 +09:00
parent f15032f905
commit 524ff9a4a6
4 changed files with 6 additions and 6 deletions

View File

@ -256,7 +256,7 @@ The following settings are applied based on the section marked as `is_default`.
[default]
git_exe = <Manually specify the path to the git executable. If left empty, the default git executable path will be used.>
use_uv = <Use uv instead of pip for dependency installation.>
default_cache_is_channel_url = <Determines whether to retrieve the DB designated as channel_url at startup>
default_cache_as_channel_url = <Determines whether to retrieve the DB designated as channel_url at startup>
bypass_ssl = <Set to True if SSL errors occur to disable SSL.>
file_logging = <Configure whether to create a log file used by ComfyUI-Manager.>
windows_selector_event_loop_policy = <If an event loop error occurs on Windows, set this to True.>