CC-2044: remove hardcoded settings from application/configs/conf.php
-added missing config value to recorder.cfg
This commit is contained in:
parent
eb74c5718f
commit
fe97a25e28
@ -75,7 +75,7 @@ cue_style = 'pre'
|
||||
# Airtime Config #
|
||||
#####################
|
||||
# Value needed to access the API
|
||||
api_key = 'OTBGMVOAWNJZEK7AEWSM'
|
||||
api_key = 'AAA'
|
||||
|
||||
# Path to the base of the API
|
||||
api_base = 'api'
|
||||
|
||||
@ -2,12 +2,13 @@ api_client = "airtime"
|
||||
|
||||
# Hostname
|
||||
base_url = 'localhost'
|
||||
base_port = 80
|
||||
|
||||
# base path to store recordered shows at
|
||||
base_recorded_files = '/home/pypo/Music/'
|
||||
|
||||
# Value needed to access the API
|
||||
api_key = 'OTBGMVOAWNJZEK7AEWSM'
|
||||
api_key = 'AAA'
|
||||
|
||||
# Path to the base of the API
|
||||
api_base = 'api'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user