CC-2621 : Support upgrades from 1.7.0
This commit is contained in:
parent
89a182bdd1
commit
5e5dc363d1
1 changed files with 23 additions and 0 deletions
23
install_minimal/upgrades/airtime-1.9.0/airtime.conf.190
Normal file
23
install_minimal/upgrades/airtime-1.9.0/airtime.conf.190
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue