From fe97a25e28b67463a4f61f72ded2f3ef5b828af4 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 29 Mar 2011 18:42:26 -0400 Subject: [PATCH] CC-2044: remove hardcoded settings from application/configs/conf.php -added missing config value to recorder.cfg --- python_apps/pypo/pypo.cfg | 2 +- python_apps/show-recorder/recorder.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python_apps/pypo/pypo.cfg b/python_apps/pypo/pypo.cfg index 2b4accb34..b1f9ed229 100644 --- a/python_apps/pypo/pypo.cfg +++ b/python_apps/pypo/pypo.cfg @@ -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' diff --git a/python_apps/show-recorder/recorder.cfg b/python_apps/show-recorder/recorder.cfg index ad46e2786..2dca615c6 100644 --- a/python_apps/show-recorder/recorder.cfg +++ b/python_apps/show-recorder/recorder.cfg @@ -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'