diff -r 7ff7824644d3 -r 422b7d138196 sbin/sync/config.py.tmpl --- a/sbin/sync/config.py.tmpl Fri Mar 28 09:03:15 2014 +0100 +++ b/sbin/sync/config.py.tmpl Fri Mar 28 17:03:47 2014 +0100 @@ -43,14 +43,24 @@ 'db_engine':'postgresql_psycopg2', 'db_name':'spel', 'db_user': 'iri', - 'db_password': '', + 'db_password': '', 'db_host': 'localhost', 'db_port': 5432, 'haystack_url' : 'http://localhost:9200', 'haystack_index' : 'spel', 'log_file' : '/var/log/www/spel/spel.log', - 'secret_key' : ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)]), - }, + 'secret_key' : ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)]), + 'stream_url' : 'http://spectacleenlignes.fr/', + 'stream_src_prefix' : '', + 'ffmpeg_path': '', + 'google_analytics_code': '', + 'email_use_tls' : 'True', + 'email_host' : '', + 'email_host_user' : '', + 'email_port' : '', + 'forbidden_stream_url' : '', + 'audio_record_url' : '' + }, } env.check_folder_access = True