Updating default base directory in upgrade script config files
This commit is contained in:
parent
52bd3d17d7
commit
3d6336cae7
|
@ -17,7 +17,7 @@ web_server_user = www-data
|
|||
airtime_dir = x
|
||||
base_url = localhost
|
||||
base_port = 80
|
||||
base_dir = ''
|
||||
base_dir = '/'
|
||||
|
||||
;How many hours ahead of time should Airtime playout engine (PYPO)
|
||||
;cache scheduled media files.
|
||||
|
|
|
@ -19,7 +19,7 @@ register_component = 'register-component/format/json/api_key/%%api_key%%/compone
|
|||
# Hostname
|
||||
host = 'localhost'
|
||||
base_port = 80
|
||||
base_dir = ''
|
||||
base_dir = '/'
|
||||
|
||||
#############################
|
||||
## Config for Media Monitor
|
||||
|
|
Loading…
Reference in New Issue