#!/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 }}'}, }