Blame unit-tests/cache-testsuite/dodsrc

Packit a4aae4
# DODS client configuation file. See the DODS
Packit a4aae4
# users guide for information.
Packit a4aae4
#
Packit a4aae4
# This is a special dodsrc file used by HTTPConnectTest. That code turns on
Packit a4aae4
# caching after first running tests with it off (that's why USE_CACHE is set
Packit a4aae4
# ot zero here). 10/17/02 jhrg
Packit a4aae4
USE_CACHE=0
Packit a4aae4
MAX_CACHE_SIZE=20
Packit a4aae4
MAX_CACHED_OBJ=5
Packit a4aae4
IGNORE_EXPIRES=0
Packit a4aae4
CACHE_ROOT=cache-testsuite/http_connect_cache/
Packit a4aae4
DEFAULT_EXPIRES=86400
Packit a4aae4
ALWAYS_VALIDATE=0
Packit a4aae4
# PROXY_SERVER=<protocol>,<host url>
Packit a4aae4
# PROXY_FOR=<regex>,<proxy host url>,<flags>
Packit a4aae4
# NO_PROXY_FOR=<protocol>,<host>