From 5e5dc363d15da07727b82a3a8f13e512ab9c72aa Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Wed, 3 Aug 2011 12:54:08 +0200 Subject: [PATCH] CC-2621 : Support upgrades from 1.7.0 --- .../upgrades/airtime-1.9.0/airtime.conf.190 | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 install_minimal/upgrades/airtime-1.9.0/airtime.conf.190 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