--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/server/sbin/sync/settings.py.tmpl Sat Jun 06 22:47:54 2015 +0200
@@ -0,0 +1,12 @@
+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'
+env.srv_restart_cmd = '<restart cmd>'
+env.srv_python_location = ''
+env.srv_config_path = '<path for config>'
+env.srv_django_settings_module = 'prod_ammico'