From: yomguy Date: Mon, 8 Apr 2019 16:28:36 +0000 (+0200) Subject: fix name X-Git-Tag: 1.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f7f238dea851c7e751854db778d58d35643c16ae;p=telecaster-instance.git fix name --- diff --git a/settings.py b/settings.py index b6b8ace..8055fd7 100644 --- a/settings.py +++ b/settings.py @@ -195,7 +195,7 @@ TELECASTER_CONF = [{'type':'mp3','server_type':'icecast', {'type':'webm','server_type':'stream-m', 'conf':'/etc/telecaster/deefuzzer/telecaster_webm_default.xml', 'port':'8080'}, ] -ELECASTER_CONF_NO_STREAMING = [{'type':'mp3','server_type':'icecast', +TELECASTER_CONF_NO_STREAMING = [{'type':'mp3','server_type':'icecast', 'conf':'/etc/telecaster/deefuzzer/telecaster_mp3_default_nostreaming.xml', 'port':'8000'}, {'type':'webm','server_type':'stream-m', @@ -220,7 +220,7 @@ BOX_API_TOKEN = 'D2pBaN8YqjGIfS0tKrgnMP93' FILE_UPLOAD_TEMP_DIR = '/mnt/data/tmp' -SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies" +#SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies" SOUTH_MIGRATION_MODULES = { 'captcha': 'captcha.south_migrations',