1#
2DEBUGINFOD_PORT="8002"
3#DEBUGINFOD_VERBOSE="-v"
4
5# some common places to find trustworthy ELF/DWARF files and RPMs
6DEBUGINFOD_PATHS="-t43200 -F -R /usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf"
7
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=""
15