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
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue