Something went wrong on our end
-
Stéphane Diemer authoredStéphane Diemer authored
celerity-config.py 290 B
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
SIGNING_KEY = '{{ signing_key }}'
SERVER_URL = 'https://{{ MS_SERVER_NAME }}:6200'
# WORKERS_COUNT = 2
# MediaServer interactions
MEDIASERVERS = {
'{{ MS_ID }}': {'url': 'https://{{ MS_SERVER_NAME }}', 'api_key': '{{ MS_API_KEY }}'},
}