#!/usr/bin/env python3 # -*- coding: utf-8 -*- SIGNING_KEY = '{{ signing_key }}' SERVER_URL = 'https://{{ ms_server_name }}:6200' # MediaServer interactions MEDIASERVERS = { '{{ ms_id }}': {'url': 'https://{{ ms_server_name }}', 'api_key': '{{ ms_api_key }}'}, }