@@ -18,15 +18,15 @@ The typical location of the **conan.conf** file is the directory ``~/.conan/``:
1818 default_profile = default
1919 compression_level = 9 # environment CONAN_COMPRESSION_LEVEL
2020 sysrequires_sudo = True # environment CONAN_SYSREQUIRES_SUDO
21- request_timeout = 30 # environment CONAN_REQUEST_TIMEOUT
21+ request_timeout = 60 # environment CONAN_REQUEST_TIMEOUT (seconds)
2222 # sysrequires_mode = enabled # environment CONAN_SYSREQUIRES_MODE (allowed modes enabled/verify/disabled)
2323 # vs_installation_preference = Enterprise, Professional, Community, BuildTools # environment CONAN_VS_INSTALLATION_PREFERENCE
2424 # verbose_traceback = False # environment CONAN_VERBOSE_TRACEBACK
2525 # bash_path = "" # environment CONAN_BASH_PATH (only windows)
2626 # recipe_linter = False # environment CONAN_RECIPE_LINTER
2727 # read_only_cache = True # environment CONAN_READ_ONLY_CACHE
2828 # pylintrc = path/to/pylintrc_file # environment CONAN_PYLINTRC
29- # cache_no_locks = True
29+ # cache_no_locks = True # Disable locking mechanism of local cache
3030 # user_home_short = your_path # environment CONAN_USER_HOME_SHORT
3131 # skip_vs_projects_upgrade = False # environment CONAN_SKIP_VS_PROJECTS_UPGRADE
3232 # non_interactive = False # environment CONAN_NON_INTERACTIVE
@@ -47,7 +47,7 @@ The typical location of the **conan.conf** file is the directory ``~/.conan/``:
4747 # cpu_count = 1 # environment CONAN_CPU_COUNT
4848
4949 # Change the default location for building test packages to a temporary folder
50- # which is deleted after the test (Defaulted to False) .
50+ # which is deleted after the test.
5151 # temp_test_folder = True # environment CONAN_TEMP_TEST_FOLDER
5252
5353 [storage]
@@ -63,6 +63,8 @@ The typical location of the **conan.conf** file is the directory ``~/.conan/``:
6363 # http = http://user:pass@10.10.1.10:3128/
6464 # http = http://10.10.1.10:3128
6565 # https = http://10.10.1.10:1080
66+ # You can skip the proxy for the matching (fnmatch) urls (comma-separated)
67+ # no_proxy_match = *bintray.com*, https://myserver.*
6668
6769
6870 # Default settings now declared in the default profile
0 commit comments