conf/config.py.tmpl
changeset 12 18274a40d683
parent 2 bc05135e8050
child 13 e07bdc4b7cf5
equal deleted inserted replaced
11:bc93fd587618 12:18274a40d683
     4 env.hosts = ['iri@web.iri.centrepompidou.fr']
     4 env.hosts = ['iri@web.iri.centrepompidou.fr']
     5 
     5 
     6 env.web_group = 'www-data'
     6 env.web_group = 'www-data'
     7 env.folders = ['../run/log', 'static/media']
     7 env.folders = ['../run/log', 'static/media']
     8 
     8 
     9 env.repos = {'web' : "/Users/ymh/dev/workspace/egonomy"}
     9 env.repos = {'web' : {'repo':"/Users/ymh/dev/workspace/egonomy", 'src_root': 'src', 'module':''}}
    10 env.base_export_path = "~/tmp"
    10 env.base_export_path = "~/tmp"
    11 env.export_prefix = "egonomy"
    11 env.export_prefix = "egonomy"
    12 
    12 
    13 env.remote_path = {
    13 env.remote_path = {
    14     'web':"/iridata/www/ldt/",
    14     'web':"/iridata/www/ldt/",