diff --git a/install_minimal/upgrades/airtime-1.9.0/airtime.conf.190 b/install_minimal/upgrades/airtime-1.9.0/airtime.conf.190 new file mode 100644 index 000000000..b11e672ce --- /dev/null +++ b/install_minimal/upgrades/airtime-1.9.0/airtime.conf.190 @@ -0,0 +1,23 @@ +[database] +host = localhost +dbname = airtime +dbuser = airtime +dbpass = airtime + +[rabbitmq] +host = 127.0.0.1 +port = 5672 +user = guest +password = guest +vhost = / + +[general] +api_key = AAA +web_server_user = www-data +airtime_dir = x +base_url = localhost +base_port = 80 + +[soundcloud] +connection_retries = 3 +time_between_retries = 60