sbin/sync/settings.py.tmpl
author ymh <ymh.work@gmail.com>
Tue, 06 Jan 2015 17:54:04 +0100
changeset 34 7c416ba99f8c
parent 27 42e4b9c433cc
permissions -rw-r--r--
Added tag V00.01.01 for changeset eb73a4e6881e

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'