sbin/sync/settings.py.tmpl
author durandn
Tue, 31 Mar 2015 14:59:58 +0200
changeset 59 54eb90122a72
parent 27 42e4b9c433cc
permissions -rw-r--r--
Fixed javascript unexpected behavior with Chrome and toggling the details of categories in tab + Fixed javascript bug for adding a property in the editor + Now displaying the repo name in the changeset list and in the discussion list (previously was still "Atelier" unlike everywhere else)

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'