summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-16 13:47:03 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-16 13:47:03 +0100
commit69fa1d589bce1d6b17ea9948cce3cb80a7f84819 (patch)
tree217302164e1b62ec6c135006df77f2eb5a16aa44 /config.sh
parent28d4c0a14a8f4b66d9d0f03e55097c22280b8fdd (diff)
Added support for OHM port
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 9d227ef..9ebd47d 100755
--- a/config.sh
+++ b/config.sh
@@ -22,7 +22,8 @@ REDIS_NUM_VER="2.2.2"
# 4) Server settings.
NGINX_SERVERNAME="toxcreate3.in-silico.ch"
WWW_DEST="$OT_PREFIX/www"
-PORT=":8081" # set to empty string ("") for port 80 otherwise set to port *using colons* e.g. ":8080"
+PORT=":8081" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080"
+OHM_PORT="6379" # set to port (no colon)
# Done.