sbin/sync/settings.py
author durandn
Tue, 31 Mar 2015 15:04:40 +0200
changeset 60 6c19ea70f056
parent 27 42e4b9c433cc
permissions -rw-r--r--
Fixes to css to accommodate for displaying repo name in navbar

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'