summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorroot <root@ot-dev.in-silico.ch>2011-03-08 09:34:09 +0000
committerroot <root@ot-dev.in-silico.ch>2011-03-08 09:34:09 +0000
commit2f2f6bf857a8ca8ce04ee98b221b0feaa95d5284 (patch)
tree40562b109308fb9af5bbe71178d0ef219f42a763 /config
parentd3cea0a0d792b76464b0760c879d61e91725c675 (diff)
updated for redis
Diffstat (limited to 'config')
-rw-r--r--config15
1 files changed, 5 insertions, 10 deletions
diff --git a/config b/config
index 6ff7cee..6b18a2a 100644
--- a/config
+++ b/config
@@ -9,19 +9,14 @@ distribution=debian
# Please insert the correct password if mysql-server is already installed
mysql_root=opentox
-# Services to be installed
-# Options:
-# gem Installs only the opentox-ruby gem (useful, if you want to use external services with the opentox-ruby DSL)
-# all Installs all IST/ALU services (useful for local and server installations)
-install=all
-
# Installation type
# Options:
-# local local installation
-# server inter or intranet server
-type=local
+# gem installs only the opentox-ruby gem (useful, if you want to use external services with the opentox-ruby DSL)
+# local local installation (authentication and authorisation disabled)
+# server inter or intranet server (authentication and authorisation enabled)
+type=server
# Git branch of services
# Options: master test development
# "master" is the current stable version
-branch=master
+branch=development