| author | nowmad@23.1.168.192.in-addr.arpa |
| Wed, 02 Dec 2015 19:39:35 +0100 | |
| changeset 204 | 3a5c9c460620 |
| parent 134 | a84aa262847c |
| permissions | -rw-r--r-- |
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 = 'ammico_xxx'