sbin/sync/settings.py.tmpl
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 = 'user'
# the servers where the commands are executed
env.hosts = ['server']
env.srv_venv_path = 'virtualenv folder path on host'