# HG changeset patch # User Yves-Marie Haussonne # Date 1371735751 -7200 # Node ID 65b4e4674550f77349ea86d9cc8661a83030ea6e # Parent 87f20236ea99d3e65ede43a5b40e5daae7a3f8e3 add default config keys diff -r 87f20236ea99 -r 65b4e4674550 sbin/sync/config.py.tmpl --- a/sbin/sync/config.py.tmpl Thu Jun 20 15:11:47 2013 +0200 +++ b/sbin/sync/config.py.tmpl Thu Jun 20 15:42:31 2013 +0200 @@ -51,7 +51,21 @@ 'haystack_url' : 'http://localhost:9200', 'haystack_index' : 'aixweb', 'log_file' : '/var/log/ldt/aixweb.log', - 'secret_key' : ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)]), + 'secret_key' : ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)]), + 'stream_url' : 'http://176.31.235.78/media', + 'stream_src_prefix' : '', + 'ffmpeg_path' : '', + 'google_analytics_code' : '', + 'email_use_tls' : 'False', + 'email_host' :'', + 'email_host_user' :'', + 'email_port': 0, + 'forbidden_stream_url': '', + 'audio_record_url': '', + 'asctime' : '%(asctime)s', + 'levelname' : '%(levelname)s', + 'message' : '%(message)s', + 'module' : '%(module)s' }, }