]> git.parisson.com Git - telecaster-client.git/commitdiff
update deefuzzer conf paths
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 15 Jul 2013 23:44:41 +0000 (01:44 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 15 Jul 2013 23:44:41 +0000 (01:44 +0200)
example/settings.py

index e8a4fbb96ae94c8f778734c68963beef4e0fa528..c679e25ba055443cad438ffb78f49befa63d3c3a 100644 (file)
@@ -1,16 +1,17 @@
 
-
 TEMPLATE_CONTEXT_PROCESSORS = (
     "telecaster.context_processors.host",
 )
 
 TELECASTER_MASTER_SERVER = 'teleforma.parisson.com'
 
-TELECASTER_CONF = [{'type':'mp3','server_type':'icecast','conf':'/etc/telecaster/deefuzzer/telecaster_mp3_default.xml', 'port':'8000'},
-                   {'type':'webm','server_type':'stream-m','conf':'/etc/telecaster/deefuzzer/telecaster_webm_default.xml', 'port':'8080'}, ]
+TELECASTER_CONF = [{'type':'mp3','server_type':'icecast',
+                    'conf':'/etc/telecaster/deefuzzer/telecaster_mp3_default.xml',
+                    'port':'8000'},
+                   {'type':'webm','server_type':'stream-m',
+                   'conf':'/etc/telecaster/deefuzzer/telecaster_webm_default.xml',
+                   'port':'8080'}, ]
 
 TELECASTER_RSYNC_SERVER = 'telecaster@jimi.parisson.com:archives/'
 
 TELECASTER_RSYNC_LOG = '/var/log/telecaster/rsync.log'
-
-