server/sbin/sync/settings.py.tmpl
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:29:37 +0200
changeset 126 5ee558e98aff
parent 121 cc05aad7e6b8
child 134 a84aa262847c
permissions -rw-r--r--
Added tag V0.1-alpha.0 for changeset 46d7f17cff3d

from fabric.api import env

#non specific settings
env.source_rel_path = 'server'

# 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'
env.srv_restart_cmd = '<restart cmd>'
env.srv_python_location = ''
env.srv_config_path = '<path for config>'
env.srv_django_settings_module =  'prod_ammico'