sbin/sync/settings.py
changeset 27 42e4b9c433cc
equal deleted inserted replaced
26:e3affd6625d6 27:42e4b9c433cc
       
     1 from fabric.api import env
       
     2 
       
     3 
       
     4 # the user to use for the remote commands
       
     5 env.user = 'iri'
       
     6 # the servers where the commands are executed
       
     7 env.hosts = ['web.iri.centrepompidou.fr']
       
     8 env.srv_venv_path = '/iridata/virtualenv/catedit'