sbin/sync/settings.py
author durandn
Tue, 31 Mar 2015 15:32:56 +0200
changeset 61 018094c40453
parent 27 42e4b9c433cc
permissions -rw-r--r--
Edited Readme to include a testing protocol for CatEdit

from fabric.api import env


# the user to use for the remote commands
env.user = 'iri'
# the servers where the commands are executed
env.hosts = ['web.iri.centrepompidou.fr']
env.srv_venv_path = '/iridata/virtualenv/catedit'