sbin/sync/config.py.tmpl
changeset 86 bb39eafd5293
parent 69 8a0df65c065c
equal deleted inserted replaced
85:42393fa72f0e 86:bb39eafd5293
     1 from fabric.api import env
     1 from fabric.api import env
     2 
     2 
     3 env.hosts = ['iri@web.iri.centrepompidou.fr']
     3 env.hosts = ['iri@web.iri.centrepompidou.fr']
       
     4 
       
     5 env.web_group = 'www-data'
       
     6 env.folders = ['index', 'log', 'static/media']
       
     7 
     4 env.base_export_path = "~/tmp"
     8 env.base_export_path = "~/tmp"
     5 env.export_prefix = "platform"
     9 env.export_prefix = "platform"
     6 env.remote_web_path = "/iridata/www/ldt/"
    10 env.remote_web_path = "/iridata/www/ldt/"
     7 env.platform_web_module = "ldtplatform"
    11 env.platform_web_module = "ldtplatform"
     8 env.remote_ldt_base_path = "/tmp"
    12 env.remote_ldt_base_path = "/tmp"