CC-2044: remove hardcoded settings from application/configs/conf.php

-added missing config value to recorder.cfg
This commit is contained in:
martin 2011-03-29 18:42:26 -04:00
parent eb74c5718f
commit fe97a25e28
2 changed files with 3 additions and 2 deletions

View file

@ -75,7 +75,7 @@ cue_style = 'pre'
# Airtime Config # # Airtime Config #
##################### #####################
# Value needed to access the API # Value needed to access the API
api_key = 'OTBGMVOAWNJZEK7AEWSM' api_key = 'AAA'
# Path to the base of the API # Path to the base of the API
api_base = 'api' api_base = 'api'

View file

@ -2,12 +2,13 @@ api_client = "airtime"
# Hostname # Hostname
base_url = 'localhost' base_url = 'localhost'
base_port = 80
# base path to store recordered shows at # base path to store recordered shows at
base_recorded_files = '/home/pypo/Music/' base_recorded_files = '/home/pypo/Music/'
# Value needed to access the API # Value needed to access the API
api_key = 'OTBGMVOAWNJZEK7AEWSM' api_key = 'AAA'
# Path to the base of the API # Path to the base of the API
api_base = 'api' api_base = 'api'