sbin/sync/config.py.tmpl
changeset 46 422b7d138196
parent 38 381a03bcd1a7
child 61 3d8192222e38
--- 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