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'