blob: 446038742baec6f999e482ab1a757ceef79ef29e [file] [log] [blame]
Frank Ch. Eiglere27e30c2019-10-28 13:29:26 -04001#
2DEBUGINFOD_PORT="8002"
3#DEBUGINFOD_VERBOSE="-v"
4
5# some common places to find trustworthy ELF/DWARF files and RPMs
Frank Ch. Eiglera68e12b2020-04-21 17:11:18 -04006DEBUGINFOD_PATHS="-t43200 -F -R /usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf /var/lib/pulp"
Frank Ch. Eiglere27e30c2019-10-28 13:29:26 -04007
8# prefer reliability/durability over performance
9#DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
10
11# upstream debuginfods
12#DEBUGINFOD_URLS="http://secondhost:8002 http://thirdhost:8002"
13#DEBUGINFOD_TIMEOUT="5"
14#DEBUGINFOD_CACHE_DIR=""