CC-2097 : Show-recorder: Use RabbitMQ, api_client, and the structure of pypofetch
setting up configs
This commit is contained in:
parent
f4bba3d302
commit
35b2ddfd29
4 changed files with 16 additions and 22 deletions
|
@ -7,3 +7,12 @@ upload_file_url = 'Plupload/upload-recorded/format/json'
|
|||
|
||||
# base path to store recordered shows at
|
||||
base_recorded_files = '/home/pypo/Music/'
|
||||
|
||||
# Value needed to access the API
|
||||
api_key = 'AAA'
|
||||
|
||||
# Path to the base of the API
|
||||
api_base = 'api/'
|
||||
|
||||
# URL to get the version number of the server API
|
||||
version_url = 'version/api_key/%%api_key%%'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue