diff -r 85012ba55b83 -r a49769a3088d sbin/sync/config.py.tmpl --- a/sbin/sync/config.py.tmpl Thu Aug 30 15:29:09 2012 +0200 +++ b/sbin/sync/config.py.tmpl Fri Aug 31 15:50:15 2012 +0200 @@ -3,7 +3,7 @@ env.hosts = ['iri@web.iri.centrepompidou.fr'] env.web_group = 'www-data' -env.folders = ['index', 'log', 'static/media'] +env.folders = ['log', 'static/media'] env.base_export_path = "~/tmp" env.export_prefix = "platform" @@ -47,7 +47,6 @@ env.db_port = 5432 env.log_file = env.remote_web_path + '/log/log.txt' -env.index_path = env.remote_web_path + '/index/' env.google_analytics_code = "" @@ -57,3 +56,5 @@ env.email_host_user = "" env.email_port = "" +env.forbidden_stream_url = "rtmp://media.iri.centrepompidou.fr/ddc_player/mp4:video/forbidden_stream.mp4?old_path=" +