summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-05-23 13:32:35 +0200
committermr <mr@mrautenberg.de>2011-05-23 13:32:35 +0200
commit565997933b51f4573b68c2f04ebff82755ea8c74 (patch)
treea65f1c14b32e36be889f5724be82bfb9c103d684 /config
parenta8efedb2177909693dbd51409492f8ac8418b3cb (diff)
parentccdba9f5223d82873b1c653ea3f8635f18fefd0e (diff)
Merge branch 'release/2.0.0'v2.0.0
Diffstat (limited to 'config')
-rw-r--r--config23
1 files changed, 0 insertions, 23 deletions
diff --git a/config b/config
deleted file mode 100644
index b5dabcc..0000000
--- a/config
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-# Configuration options for OpenTox installations (sets shell variables for installation scripts)
-
-# Linux distribution (currently only debian)
-distribution=debian
-
-# Choose a root password for the MySQL database
-# Please insert the correct password if mysql-server is already installed
-mysql_root=opentox
-
-# Installation type
-# Options:
-# 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)
-install=server
-
-# Git branch of services
-# Options: master development
-# "master" installs the current stable version
-branch=master
-