Squid url redirector

Artifact [cab21d427f]
anonymous

Artifact [cab21d427f]

Artifact cab21d427fa1d4080d06f31d3a3d542e3f45bf7788f1412dd0cb4c5ce8dfedf8:


# This file holds configuration parameters for squid-tagger.

# This section is used solely for database connectivity.
[database]

# Database user name.
user = user_name

# Database name.
database = database_name

# Host where database should be accessed. Can be left empty for local access.
host = host_name

# Password for database access.
password = password

# This section can be used to turn off some logging.
[log]

# There would be no logs generated if 'silent' is set to 'yes'.
silent = no

# This section control reactor wich would service main loop.
[reactor]

# Possible reactor types: plain, thread and kqueue (broken)
reactor = thread