d500448801 2009-10-05 1: # This file holds configuration parameters for squid-tagger.
d500448801 2009-10-05 2:
d500448801 2009-10-05 3: # This section is used solely for database connectivity.
d500448801 2009-10-05 4: [database]
d500448801 2009-10-05 5:
d500448801 2009-10-05 6: # Database user name.
d500448801 2009-10-05 7: user = user_name
d500448801 2009-10-05 8:
d500448801 2009-10-05 9: # Database name.
d500448801 2009-10-05 10: database = database_name
d500448801 2009-10-05 11:
d500448801 2009-10-05 12: # Host where database should be accessed. Can be left empty for local access.
d500448801 2009-10-05 13: host = host_name
d500448801 2009-10-05 14:
d500448801 2009-10-05 15: # Password for database access.
d500448801 2009-10-05 16: password = password
d500448801 2009-10-05 17:
d500448801 2009-10-05 18: # This section can be used to turn off some logging.
d500448801 2009-10-05 19: [log]
d500448801 2009-10-05 20:
d500448801 2009-10-05 21: # There would be no logs generated if 'silent' is set to 'yes'.
d500448801 2009-10-05 22: silent = no
ed7808827d 2009-10-14 23:
ed7808827d 2009-10-14 24: # This section control reactor wich would service main loop.
ed7808827d 2009-10-14 25: [reactor]
ed7808827d 2009-10-14 26:
ed7808827d 2009-10-14 27: # Possible reactor types: plain, thread and kqueue (broken)
ed7808827d 2009-10-14 28: reactor = thread