2011-04-21 23:37:59 +02:00
|
|
|
api_client = "airtime"
|
|
|
|
|
|
|
|
# where the binary files live
|
|
|
|
bin_dir = '/usr/lib/airtime/media-monitor'
|
|
|
|
|
|
|
|
# where the logging files live
|
2011-04-25 18:49:01 +02:00
|
|
|
log_dir = '/var/log/airtime/media-monitor'
|
2011-04-21 23:37:59 +02:00
|
|
|
|
2011-07-08 23:14:01 +02:00
|
|
|
|
2011-05-05 16:55:14 +02:00
|
|
|
############################################
|
|
|
|
# RabbitMQ settings #
|
|
|
|
############################################
|
|
|
|
rabbitmq_host = 'localhost'
|
|
|
|
rabbitmq_user = 'guest'
|
|
|
|
rabbitmq_password = 'guest'
|
2011-12-06 03:05:28 +01:00
|
|
|
rabbitmq_vhost = '/'
|
2011-05-06 00:12:26 +02:00
|
|
|
|
|
|
|
############################################
|
|
|
|
# Media-Monitor preferences #
|
|
|
|
############################################
|
2011-06-03 20:26:11 +02:00
|
|
|
check_filesystem_events = 5 #how long to queue up events performed on the files themselves.
|
2011-05-06 00:12:26 +02:00
|
|
|
check_airtime_events = 30 #how long to queue metadata input from airtime.
|