36 lines
556 B
Plaintext
36 lines
556 B
Plaintext
[database]
|
|
host = localhost
|
|
dbname = airtime
|
|
dbuser = airtime
|
|
dbpass = airtime
|
|
|
|
[rabbitmq]
|
|
host = 127.0.0.1
|
|
port = 5672
|
|
user = guest
|
|
password = guest
|
|
vhost = /
|
|
|
|
[memcached]
|
|
servers[] = localhost:11211
|
|
|
|
[general]
|
|
api_key = AAA
|
|
web_server_user = www-data
|
|
airtime_dir = x
|
|
base_url = localhost
|
|
base_port = 80
|
|
base_dir = '/'
|
|
|
|
;How many hours ahead of time should Airtime playout engine (PYPO)
|
|
;cache scheduled media files.
|
|
cache_ahead_hours = 1
|
|
|
|
[monit]
|
|
monit_user = guest
|
|
monit_password = airtime
|
|
|
|
[soundcloud]
|
|
connection_retries = 3
|
|
time_between_retries = 60
|