Changed default base directory in airtime.conf and api_client.cfg
This commit is contained in:
parent
72aa2ab7de
commit
bbedce2951
airtime_mvc/build
python_apps
|
@ -17,7 +17,7 @@ web_server_user = www-data
|
||||||
airtime_dir = x
|
airtime_dir = x
|
||||||
base_url = localhost
|
base_url = localhost
|
||||||
base_port = 80
|
base_port = 80
|
||||||
base_dir = ''
|
base_dir = '/'
|
||||||
|
|
||||||
;How many hours ahead of time should Airtime playout engine (PYPO)
|
;How many hours ahead of time should Airtime playout engine (PYPO)
|
||||||
;cache scheduled media files.
|
;cache scheduled media files.
|
||||||
|
|
|
@ -19,7 +19,7 @@ register_component = 'register-component/format/json/api_key/%%api_key%%/compone
|
||||||
# Hostname
|
# Hostname
|
||||||
host = 'localhost'
|
host = 'localhost'
|
||||||
base_port = 80
|
base_port = 80
|
||||||
base_dir = ''
|
base_dir = '/'
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
## Config for Media Monitor
|
## Config for Media Monitor
|
||||||
|
|
|
@ -17,7 +17,7 @@ web_server_user = www-data
|
||||||
airtime_dir = /usr/share/airtime
|
airtime_dir = /usr/share/airtime
|
||||||
base_url = localhost
|
base_url = localhost
|
||||||
base_port = 80
|
base_port = 80
|
||||||
base_dir = ''
|
base_dir = '/'
|
||||||
|
|
||||||
;How many hours ahead of time should Airtime playout engine (PYPO)
|
;How many hours ahead of time should Airtime playout engine (PYPO)
|
||||||
;cache scheduled media files.
|
;cache scheduled media files.
|
||||||
|
|
|
@ -19,7 +19,7 @@ register_component = 'register-component/format/json/api_key/%%api_key%%/compone
|
||||||
# Hostname
|
# Hostname
|
||||||
host = 'localhost'
|
host = 'localhost'
|
||||||
base_port = 80
|
base_port = 80
|
||||||
base_dir = ''
|
base_dir = '/'
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
## Config for Media Monitor
|
## Config for Media Monitor
|
||||||
|
|
Loading…
Reference in New Issue