CC-1799 Put Airtime Storage into a Human Readable File Naming Convention

adding setup to get stor folder etc.
This commit is contained in:
Naomi Aro 2011-06-13 12:10:25 +02:00
parent 71d853567e
commit 8d9c0dab1a
5 changed files with 47 additions and 12 deletions

View file

@ -19,6 +19,9 @@ api_base = 'api'
# URL to get the version number of the server API
version_url = 'version/api_key/%%api_key%%'
# URL to setup the media monitor
media_setup_url = 'media-monitor-setup/format/json/api_key/%%api_key%%'
# URL to check Airtime's status of a file
media_status_url = 'media-item-status/format/json/api_key/%%api_key%%/md5/%%md5%%'