Blame unit-tests/rcreader-testsuite/test4.rc

Packit a4aae4
# Test DODS client configuation file.
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=/home/jimg/.dods_cache/
Packit a4aae4
DEFAULT_EXPIRES=86400
Packit a4aae4
ALWAYS_VALIDATE=0
Packit a4aae4
# Request servers compress responses if possible?
Packit a4aae4
# 1 (yes) or 0 (false).
Packit a4aae4
DEFLATE=1
Packit a4aae4
Packit a4aae4
# Proxy configuration:
Packit a4aae4
# An alternative form of the PROXY_SERVER that's more intuitive is to not
Packit a4aae4
# have the protocol given using a comma-separated clause but to include it as
Packit a4aae4
# part of the host name. Here we test for a mixture of the notations. The new
Packit a4aae4
# syntax to support is [<protocol>,][http://][user:pw@]host[:port].
Packit a4aae4
PROXY_SERVER=jimg:test@proxy.local.org:3128
Packit a4aae4